X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fqt-console%2Flabel%2Flabel.h;h=533d109a6952576a04840bbea8ac2245385621c6;hb=22f8650b776d67c3b4985ffb264acf35e6871204;hp=7d463c5cfb5350e7fe05bb22e108ff5275cf4d96;hpb=09a24a460b0b606050a4470e738859dfad94e947;p=bacula%2Fbacula diff --git a/bacula/src/qt-console/label/label.h b/bacula/src/qt-console/label/label.h index 7d463c5cfb..533d109a69 100644 --- a/bacula/src/qt-console/label/label.h +++ b/bacula/src/qt-console/label/label.h @@ -1,3 +1,33 @@ +/* + Bacula® - The Network Backup Solution + + Copyright (C) 2007-2007 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. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + Bacula® is a registered trademark of John Walker. + The licensor of Bacula is the Free Software Foundation Europe + (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, + Switzerland, email:ftf@fsfeurope.org. +*/ +/* + * Kern Sibbald, February MMVII + */ #ifndef _LABEL_H_ #define _LABEL_H_ @@ -6,19 +36,21 @@ #include "ui_label.h" #include "console.h" -class labelDialog : public QDialog, public Ui::labelVolume +class labelDialog : public QDialog, public Ui::labelForm { Q_OBJECT public: labelDialog(Console *console); + labelDialog(Console *console, QString &defString); + void showDialog(Console *console, QString &defString); -public slots: +private slots: void accept(); void reject(); private: - + Console *m_console; }; #endif /* _LABEL_H_ */