summaryrefslogtreecommitdiffstats
path: root/weather/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'weather/settings.cpp')
-rw-r--r--weather/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/weather/settings.cpp b/weather/settings.cpp
index 75be736..49061ba 100644
--- a/weather/settings.cpp
+++ b/weather/settings.cpp
@@ -58,7 +58,7 @@ Settings *Settings::instance()
QSize Settings::windowSize()
{
-#ifdef Q_OS_SYMBIAN
+#ifdef QT_ARCH_ARM
static const QSize result(QApplication::desktop()->screenGeometry().size());
#else
static const QSize result(instance()->m_settings.value("windowSize").toSize());