summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-08 10:00:42 (GMT)
committerMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-08 10:00:42 (GMT)
commitfb8dccabd68a854c50adfc3f1e77badc3ff50ec8 (patch)
tree25c9c03f81d557157f03fe1087454dc0ce62137e /src
parent5b0f60b7eae6daac9ef45726cdc8cde18bcb69f9 (diff)
downloadQt-fb8dccabd68a854c50adfc3f1e77badc3ff50ec8.zip
Qt-fb8dccabd68a854c50adfc3f1e77badc3ff50ec8.tar.gz
Qt-fb8dccabd68a854c50adfc3f1e77badc3ff50ec8.tar.bz2
Removed QSoftkeySet as it wasn't used anymore
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qwidget_s60.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/kernel/qwidget_s60.cpp b/src/gui/kernel/qwidget_s60.cpp
index cb2fc8f..858320c 100644
--- a/src/gui/kernel/qwidget_s60.cpp
+++ b/src/gui/kernel/qwidget_s60.cpp
@@ -61,9 +61,7 @@ extern bool qt_nograb();
QWidget *QWidgetPrivate::mouseGrabber = 0;
QWidget *QWidgetPrivate::keyboardGrabber = 0;
-#define QSoftkeySet QList <QAction*>
-
-static void mapSoftKeys(const QSoftkeySet &softkeys)
+static void mapSoftKeys(const QList <QAction*> &softkeys)
{
/* if (softkeys.count() == 1 && softkeys.at(0)->menuRole()==QAction::MenuSoftKey) {
softkeys.at(0)->setNativePosition(0);