From bfe64f383c418b37a71ad2b395dc207d47916a90 Mon Sep 17 00:00:00 2001 From: Markku Luukkainen Date: Mon, 18 May 2009 13:53:59 +0200 Subject: Fixed SOFTKEYEND definition to be of right value --- src/gui/widgets/qsoftkeystack_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widgets/qsoftkeystack_p.h b/src/gui/widgets/qsoftkeystack_p.h index 06e9253..a8ab2d5 100644 --- a/src/gui/widgets/qsoftkeystack_p.h +++ b/src/gui/widgets/qsoftkeystack_p.h @@ -64,7 +64,7 @@ QT_BEGIN_NAMESPACE // The following 2 defines may only be needed for s60. To be seen. #define SOFTKEYSTART 5000 -#define SOFTKEYEND (5000 + Qt::Key_Context4) +#define SOFTKEYEND (5000 + Qt::Key_Context4-Qt::Key_Context1) #define QSoftkeySet QList -- cgit v0.12