summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/recipes/querymainwindow.h
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-04-27 19:16:41 +0200
committerDavid Boddie <david.boddie@nokia.com>2011-05-20 21:08:53 +0200
commit7c9c8af24d4265f780b2f53468735556bcbae91a (patch)
treeeaabc9207a37cd2a130d998958a8edf4f7eecedb /examples/xmlpatterns/recipes/querymainwindow.h
parente5bd6e8e4a6764b989b37d083aeda31b44d73ce1 (diff)
downloadqtxmlpatterns-7c9c8af24d4265f780b2f53468735556bcbae91a.tar.gz
Squashed commit of the changes from the mobile-examples repository
(4.7-generated-declarative branch). (cherry picked from commit 539311f7b2687e3148ea695ce06fee768abe7b44)
Diffstat (limited to 'examples/xmlpatterns/recipes/querymainwindow.h')
-rw-r--r--examples/xmlpatterns/recipes/querymainwindow.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/xmlpatterns/recipes/querymainwindow.h b/examples/xmlpatterns/recipes/querymainwindow.h
index 675b047..57666b6 100644
--- a/examples/xmlpatterns/recipes/querymainwindow.h
+++ b/examples/xmlpatterns/recipes/querymainwindow.h
@@ -43,7 +43,11 @@
#include <QMainWindow>
-#include "ui_querywidget.h"
+#if defined(Q_OS_SYMBIAN) || defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR)
+ #include "ui_querywidget_mobiles.h"
+#else
+ #include "ui_querywidget.h"
+#endif
QT_BEGIN_NAMESPACE
class QComboBox;