]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/run/run.h
First cut run dialog
[bacula/bacula] / bacula / src / qt-console / run / run.h
1
2 #ifndef _RUN_H_
3 #define _RUN_H_
4
5 #include <QtGui>
6 #include "ui_run.h"
7 #include "console.h"
8
9 class runDialog : public QDialog, public Ui::runForm
10 {
11    Q_OBJECT 
12
13 public:
14    runDialog(Console *console);
15
16 public slots:
17    void accept();
18    void reject();
19
20 private:
21
22 };
23
24 #endif /* _RUN_H_ */