]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/select/select.h
Fix bat browser for Win32
[bacula/bacula] / bacula / src / qt-console / select / select.h
index 4e035b1823e54ad2ac60987408fa88fec6229f63..ae546a88883897f2ec3391418e06f4b82c3ac0d5 100644 (file)
@@ -24,4 +24,14 @@ private:
 
 };
 
+class yesnoPopUp : public QDialog
+{
+   Q_OBJECT 
+
+public:
+   yesnoPopUp(Console *console);
+
+};
+
+
 #endif /* _SELECT_H_ */