summaryrefslogtreecommitdiffstats
path: root/tests/manual/bearerex
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-04 14:48:26 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-06 01:28:01 +0200
commitc6ad1b0e1d930ab5e4d1835ae87524340541f2ee (patch)
treea000a4e8a533daa7d4b7453bfe658e289d001cb2 /tests/manual/bearerex
parent1fad83bac6d8606296588a688862f3883ea6f0d1 (diff)
Remove last remnants of Maemo 5 from autotests
Change-Id: I69bc9a3fc5ec4f7f9b927919ca7627a8a1e61700 Reviewed-on: http://codereview.qt-project.org/5951 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/manual/bearerex')
-rw-r--r--tests/manual/bearerex/bearerex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/bearerex/bearerex.h b/tests/manual/bearerex/bearerex.h
index f7b4b83d95..22c24cb42c 100644
--- a/tests/manual/bearerex/bearerex.h
+++ b/tests/manual/bearerex/bearerex.h
@@ -46,7 +46,7 @@
#include "ui_detailedinfodialog.h"
-#if defined(Q_WS_MAEMO_5) || defined(Q_WS_MAEMO_6)
+#if defined(Q_WS_MAEMO_6)
#include "ui_bearerex_maemo.h"
#include "ui_sessiondialog_maemo.h"
#else