diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-06 14:17:01 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-06 14:17:01 (GMT) |
commit | 7749376ff1536c703d223e16506eed1a61132a41 (patch) | |
tree | 2fd25759abe44aa64d349a673b27c7cfad205159 /src/gui/widgets/qmenu_symbian.cpp | |
parent | 934ebcd3e3c1c568ac8371dbb1d96cd06385883d (diff) | |
download | Qt-7749376ff1536c703d223e16506eed1a61132a41.zip Qt-7749376ff1536c703d223e16506eed1a61132a41.tar.gz Qt-7749376ff1536c703d223e16506eed1a61132a41.tar.bz2 |
Removed QSoftKeyStack and replaced places using it with the
new improved softkey interface in QWidget
Diffstat (limited to 'src/gui/widgets/qmenu_symbian.cpp')
-rw-r--r-- | src/gui/widgets/qmenu_symbian.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/qmenu_symbian.cpp b/src/gui/widgets/qmenu_symbian.cpp index df95061..e422882 100644 --- a/src/gui/widgets/qmenu_symbian.cpp +++ b/src/gui/widgets/qmenu_symbian.cpp @@ -56,8 +56,6 @@ #include <eikbtgpc.h> #include <QtCore/qlibrary.h> #include <avkon.rsg> -#include <qsoftkeystack.h> -#include <qsoftkeyaction.h> #ifndef QT_NO_MENUBAR QT_BEGIN_NAMESPACE |