]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/bat.h
Properly save RecyclePoolId
[bacula/bacula] / bacula / src / qt-console / bat.h
index e54064e040974d91e664a2265f625927f0ddb57c..85deda5cc5d4881a703574077940420ba1e25207 100644 (file)
@@ -4,14 +4,14 @@
 /*
    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.
    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
@@ -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_ */