summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.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.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.h')
-rw-r--r--src/gui/kernel/qwidget.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/kernel/qwidget.h b/src/gui/kernel/qwidget.h
index 516d69a..36a30ac 100644
--- a/src/gui/kernel/qwidget.h
+++ b/src/gui/kernel/qwidget.h
@@ -70,7 +70,6 @@ class QWSRegionManager;
class QStyle;
class QAction;
class QVariant;
-class QSoftKeyAction;
class QActionEvent;
class QMouseEvent;
@@ -555,9 +554,9 @@ public:
void removeAction(QAction *action);
QList<QAction*> actions() const;
#endif
- const QList<QSoftKeyAction*>& softKeys() const;
- void setSoftKeys(QSoftKeyAction *softKey);
- void setSoftKeys(const QList<QSoftKeyAction*> &softKeys);
+ const QList<QAction*>& softKeys() const;
+ void setSoftKeys(QAction *softKey);
+ void setSoftKeys(const QList<QAction*> &softKeys);
QWidget *parentWidget() const;