X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fqt-console%2Frestore%2Fbrestore.cpp;h=67a37ecee20c59557276af5bd950378c91b7ab58;hb=dc443201e51ef49f51d58206a665137e569ae219;hp=3c43fbdf0df8d73ff184f5580b6877147953ba74;hpb=dd8231efe30f6293b5a7f37cc01f69c2791a0af1;p=bacula%2Fbacula diff --git a/bacula/src/qt-console/restore/brestore.cpp b/bacula/src/qt-console/restore/brestore.cpp index 3c43fbdf0d..67a37ecee2 100644 --- a/bacula/src/qt-console/restore/brestore.cpp +++ b/bacula/src/qt-console/restore/brestore.cpp @@ -1,14 +1,14 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2007 Free Software Foundation Europe e.V. + Copyright (C) 2007-2008 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. This program is Free Software; you can redistribute it and/or modify it under the terms of version two of the GNU General Public - License as published by the Free Software Foundation plus additions - that are listed in the file LICENSE. + License as published by the Free Software Foundation and included + in the file LICENSE. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,25 +20,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - Bacula® is a registered trademark of John Walker. + Bacula® is a registered trademark of Kern Sibbald. The licensor of Bacula is the Free Software Foundation Europe (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. */ /* + * Version $Id$ + * * bRestore Class (Eric's brestore) * - * Kern Sibbald, January MMVI + * Kern Sibbald, January MMVII * */ -#include #include "bat.h" #include "restore.h" -bRestore::bRestore(QStackedWidget *parent) +bRestore::bRestore() { + m_name = "bRestore"; setupUi(this); - parent->addWidget(this); + pgInitialize(); + m_closeable = true; + dockPage(); +} + +bRestore::~bRestore() +{ }