]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/label/label.h
kes Correct incorrect installation of LICENSE in Win32 installer.
[bacula/bacula] / bacula / src / qt-console / label / label.h
index 7d463c5cfb5350e7fe05bb22e108ff5275cf4d96..533d109a6952576a04840bbea8ac2245385621c6 100644 (file)
@@ -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_
 #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_ */