X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fqt-console%2Frestore%2Fbrestore.cpp;h=67a37ecee20c59557276af5bd950378c91b7ab58;hb=dc443201e51ef49f51d58206a665137e569ae219;hp=bfe4fdc210020111f748125389c4b4f73ac9b5a6;hpb=d5e6d91442b3de2e59965588ad09c8d70c270aa1;p=bacula%2Fbacula diff --git a/bacula/src/qt-console/restore/brestore.cpp b/bacula/src/qt-console/restore/brestore.cpp index bfe4fdc210..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) 2007-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,7 +20,7 @@ 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. @@ -38,11 +38,13 @@ #include "bat.h" #include "restore.h" -bRestore::bRestore(QStackedWidget *parent, QTreeWidgetItem *treeItem, int indexseq) +bRestore::bRestore() { - SetPassedValues(parent, treeItem, indexseq ); - (void)parent; + m_name = "bRestore"; setupUi(this); + pgInitialize(); + m_closeable = true; + dockPage(); } bRestore::~bRestore()