]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/status/dirstat.h
Make undocking work
[bacula/bacula] / bacula / src / qt-console / status / dirstat.h
index 97d00fe5890b049681b0c983ac66aa8f9d4c907c..1887dd91499af4a09c4581e1be88e2f6fc46fa09 100644 (file)
@@ -22,7 +22,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.
@@ -59,7 +59,6 @@ private slots:
    void timerTriggered();
    void consoleCancelJob();
    void consoleDisableJob();
-   void runningTableItemChanged(QTableWidgetItem *, QTableWidgetItem *);
 
 private:
    void createConnections();
@@ -70,7 +69,6 @@ private:
    void getFont();
    QString m_groupText, m_splitText;
    QTimer *m_timer;
-   QStringList m_selectedJobsList;
 };
 
 #endif /* _DIRSTAT_H_ */