summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/recipes
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-09-13 09:33:49 +0200
committerGunnar Sletta <gunnar.sletta@nokia.com>2011-09-13 09:34:07 +0200
commite15d4c73762ca8b21acebe581c520bcd06a8d867 (patch)
treeecf4903db11f3e8a58dadada2ceb38c869f761e3 /examples/xmlpatterns/recipes
parent7137785c87497f8beb5bda20505466430c6b1521 (diff)
parent024b56232908af2083720c96a40666c325336141 (diff)
downloadqtxmlpatterns-e15d4c73762ca8b21acebe581c520bcd06a8d867.tar.gz
Merge branch 'refactor'
Conflicts: src/xmlpatterns/xmlpatterns.pro Change-Id: I8d435220281ec372f23c98ab3c15c9a208bacad8
Diffstat (limited to 'examples/xmlpatterns/recipes')
-rw-r--r--examples/xmlpatterns/recipes/querymainwindow.cpp3
-rw-r--r--examples/xmlpatterns/recipes/recipes.pro2
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/xmlpatterns/recipes/querymainwindow.cpp b/examples/xmlpatterns/recipes/querymainwindow.cpp
index 95a8669..2393306 100644
--- a/examples/xmlpatterns/recipes/querymainwindow.cpp
+++ b/examples/xmlpatterns/recipes/querymainwindow.cpp
@@ -38,7 +38,8 @@
**
****************************************************************************/
-#include <QtGui>
+#include <QMessageBox>
+#include <QFileDialog>
#include <QtXmlPatterns>
#include "querymainwindow.h"
diff --git a/examples/xmlpatterns/recipes/recipes.pro b/examples/xmlpatterns/recipes/recipes.pro
index 9e78db4..2e1f8ec 100644
--- a/examples/xmlpatterns/recipes/recipes.pro
+++ b/examples/xmlpatterns/recipes/recipes.pro
@@ -1,4 +1,4 @@
-QT += xmlpatterns
+QT += widgets xmlpatterns
FORMS += forms/querywidget.ui \
forms/querywidget_mobiles.ui
HEADERS = querymainwindow.h ../shared/xmlsyntaxhighlighter.h