summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_p.h
diff options
context:
space:
mode:
authorMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-08 15:08:26 (GMT)
committerMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-08 15:08:26 (GMT)
commit46cb3a09f4eedb2d4c612a6d73e9e0f14237350c (patch)
treed318fadf80d53e6bdf5f9c546417122785d1c9a4 /src/gui/kernel/qwidget_p.h
parentfb8dccabd68a854c50adfc3f1e77badc3ff50ec8 (diff)
downloadQt-46cb3a09f4eedb2d4c612a6d73e9e0f14237350c.zip
Qt-46cb3a09f4eedb2d4c612a6d73e9e0f14237350c.tar.gz
Qt-46cb3a09f4eedb2d4c612a6d73e9e0f14237350c.tar.bz2
Fixes from code review
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r--src/gui/kernel/qwidget_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h
index 2119849..084439c 100644
--- a/src/gui/kernel/qwidget_p.h
+++ b/src/gui/kernel/qwidget_p.h
@@ -85,8 +85,8 @@ class CCoeControl;
class CAknTitlePane;
class CAknContextPane;
// The following 2 defines may only be needed for s60. To be seen.
-#define SOFTKEYSTART 5000
-#define SOFTKEYEND (5000 + Qt::Key_Context4-Qt::Key_Context1)
+const int SOFTKEYSTART=5000;
+const int SOFTKEYEND=5004;
#endif
QT_BEGIN_NAMESPACE
@@ -227,7 +227,7 @@ public:
explicit QWidgetPrivate(int version = QObjectPrivateVersion);
~QWidgetPrivate();
- void setNativeSoftKeys(const QList<QAction*> &softkeys);
+ void setSoftKeys_sys(const QList<QAction*> &softkeys);
QWExtra *extraData() const;
QTLWExtra *topData() const;
QTLWExtra *maybeTopData() const;