diff options
Diffstat (limited to 'Tests/QtAutomoc/main.cpp')
-rw-r--r-- | Tests/QtAutomoc/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/QtAutomoc/main.cpp b/Tests/QtAutomoc/main.cpp index d952171..bd80180 100644 --- a/Tests/QtAutomoc/main.cpp +++ b/Tests/QtAutomoc/main.cpp @@ -38,7 +38,7 @@ ** ****************************************************************************/ -#include <QtGui> +#include <QApplication> #include "codeeditor.h" #include "calwidget.h" |