summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/webbrowser/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/webbrowser/main.cpp')
-rw-r--r--examples/activeqt/webbrowser/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/activeqt/webbrowser/main.cpp b/examples/activeqt/webbrowser/main.cpp
index ab14c0b..e83ef56 100644
--- a/examples/activeqt/webbrowser/main.cpp
+++ b/examples/activeqt/webbrowser/main.cpp
@@ -46,8 +46,8 @@
#include <QMainWindow>
#include <QAbstractEventDispatcher>
-#if defined(Q_OS_WINCE)
-#include "ui_wincemainwindow.h"
+#if defined(Q_WS_WINCE_WM)
+#include "ui_mainwindow_windowsmobile.h"
#include <windows.h>
#else
#include "ui_mainwindow.h"