summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qsoftkeymanager_common_p.h
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-08-04 16:16:05 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2011-08-05 12:55:27 (GMT)
commit270c644937fb402332671208435ac600b280e5b8 (patch)
tree698061cf9e2bf7c50ee83628d7b24d0f01c9ead2 /src/gui/kernel/qsoftkeymanager_common_p.h
parent38df9798da4d9645d0620b9053f2a3f6ec35f80b (diff)
downloadQt-270c644937fb402332671208435ac600b280e5b8.zip
Qt-270c644937fb402332671208435ac600b280e5b8.tar.gz
Qt-270c644937fb402332671208435ac600b280e5b8.tar.bz2
Fix compile errors on S60 3.2
Task-number: QTBUG-20743 Reviewed-by: Liang Qi
Diffstat (limited to 'src/gui/kernel/qsoftkeymanager_common_p.h')
-rw-r--r--src/gui/kernel/qsoftkeymanager_common_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qsoftkeymanager_common_p.h b/src/gui/kernel/qsoftkeymanager_common_p.h
index 5b76e60..81f551a 100644
--- a/src/gui/kernel/qsoftkeymanager_common_p.h
+++ b/src/gui/kernel/qsoftkeymanager_common_p.h
@@ -72,7 +72,7 @@ protected:
QMultiHash<int, QAction*> requestedSoftKeyActions;
QWidget *initialSoftKeySource;
bool pendingUpdate;
-#if defined(Q_WS_S60) && !defined(SYMBIAN_VERSION_9_4)
+#if defined(Q_WS_S60) && !defined(SYMBIAN_VERSION_9_4) && !defined(SYMBIAN_VERSION_9_3) && !defined(SYMBIAN_VERSION_9_2)
QHash<QAction*, int> softKeyCommandActions;
#endif
};