qtmobility/tests/bearerex/bearerex.h
branchRCL_3
changeset 3 eb34711bcc75
parent 0 cfcbf08528c4
child 6 4203353e74ea
--- a/qtmobility/tests/bearerex/bearerex.h	Tue Apr 27 17:29:55 2010 +0300
+++ b/qtmobility/tests/bearerex/bearerex.h	Tue May 11 16:58:44 2010 +0300
@@ -43,10 +43,15 @@
 
 #include <QtGui>
 
+#include "ui_detailedinfodialog.h"
+
+#if defined(Q_WS_MAEMO_5) || defined(Q_WS_MAEMO_6)
+#include "ui_bearerex_maemo.h"
+#include "ui_sessiondialog_maemo.h"
+#else
 #include "ui_bearerex.h"
-#include "ui_detailedinfodialog.h"
 #include "ui_sessiondialog.h"
-
+#endif
 #include "qnetworkconfigmanager.h"
 #include "qnetworksession.h"
 #include "xqlistwidget.h"