]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/bat.h
Add icon to label class in page selector.
[bacula/bacula] / bacula / src / qt-console / bat.h
index e54064e040974d91e664a2265f625927f0ddb57c..bab6c48b84cdde859b6c3f3f13816353a727a7db 100644 (file)
@@ -4,7 +4,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+   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.
@@ -34,6 +34,8 @@
  *   Kern Sibbald, January 2007
  */
 
+#include <QtGui>
+#include <QtCore>
 #include "mainwin.h"
 #include "config.h"
 #include "bacula.h"
@@ -47,9 +49,6 @@ using namespace qstd;
 extern MainWin *mainWin;
 extern QApplication *app;
 
-void set_textf(const char *fmt, ...);
-void set_text(const char *buf);
-
 int bvsnprintf(char *str, int32_t size, const char *format, va_list ap);
 
 #endif /* _BAT_H_ */