summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_p.h
diff options
context:
space:
mode:
authorMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-06 12:11:53 (GMT)
committerMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-06 12:11:53 (GMT)
commit449d4b00c6e3d8a277821e5fb5837e3da2e6b920 (patch)
tree60ffd2f79f3e94e89812c7b4df3ed0f8a4db9e88 /src/gui/kernel/qwidget_p.h
parentf87e69fcb26387e8d22546778bb1f5d43ba8e200 (diff)
downloadQt-449d4b00c6e3d8a277821e5fb5837e3da2e6b920.zip
Qt-449d4b00c6e3d8a277821e5fb5837e3da2e6b920.tar.gz
Qt-449d4b00c6e3d8a277821e5fb5837e3da2e6b920.tar.bz2
Replaced usage of QSoftKeyActions with QActions+SoftKeyRoles
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r--src/gui/kernel/qwidget_p.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h
index 90d9c93..645b13d 100644
--- a/src/gui/kernel/qwidget_p.h
+++ b/src/gui/kernel/qwidget_p.h
@@ -85,7 +85,6 @@ class CCoeControl;
class CAknTitlePane;
class CAknContextPane;
#endif
-class QSoftKeyAction;
QT_BEGIN_NAMESPACE
@@ -226,7 +225,7 @@ public:
explicit QWidgetPrivate(int version = QObjectPrivateVersion);
~QWidgetPrivate();
- void setNativeSoftKeys(const QList<QSoftKeyAction*> &softkeys);
+ void setNativeSoftKeys(const QList<QAction*> &softkeys);
QWExtra *extraData() const;
QTLWExtra *topData() const;
QTLWExtra *maybeTopData() const;
@@ -514,7 +513,7 @@ public:
#ifndef QT_NO_ACTION
QList<QAction*> actions;
#endif
- QList<QSoftKeyAction*> softKeys;
+ QList<QAction*> softKeys;
QLayout *layout;
QWidgetItemV2 *widgetItem;
#if !defined(QT_NO_IM)