diff options
Diffstat (limited to '')
-rwxr-xr-x | quitdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quitdialog.h b/quitdialog.h index 58f1e45..e805b79 100755 --- a/quitdialog.h +++ b/quitdialog.h @@ -23,6 +23,8 @@ #define __QUITDIALOG_H__ #include "context.h" +#include <QtGui> + class QTableWidget; class QuitDialog : public QDialog |