]> 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 c1d8f5d9bc3feb901a01ca70830358008a086f3f..85deda5cc5d4881a703574077940420ba1e25207 100644 (file)
@@ -10,8 +10,8 @@
    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"
@@ -46,8 +48,6 @@ using namespace qstd;
 
 extern MainWin *mainWin;
 extern QApplication *app;
-extern bool g_commDebug;
-extern bool g_displayAll;
 
 int bvsnprintf(char *str, int32_t size, const char *format, va_list ap);