diff options
Diffstat (limited to 'quitdialog.h')
-rwxr-xr-x | quitdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quitdialog.h b/quitdialog.h index e805b79..8087702 100755 --- a/quitdialog.h +++ b/quitdialog.h @@ -25,7 +25,9 @@ #include "context.h" #include <QtGui> +QT_BEGIN_NAMESPACE class QTableWidget; +QT_END_NAMESPACE class QuitDialog : public QDialog { |