summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-07-09 12:35:55 (GMT)
committerJason Barron <jbarron@trolltech.com>2009-07-09 12:35:55 (GMT)
commitd838143119468d0d6e5998c14054258105fe3fe4 (patch)
tree15462682372d21ef18c7dc14a560f41b3d4b9b02 /src
parent8bc84e2180e1d5819b372f4cd8c236b853145803 (diff)
downloadQt-d838143119468d0d6e5998c14054258105fe3fe4.zip
Qt-d838143119468d0d6e5998c14054258105fe3fe4.tar.gz
Qt-d838143119468d0d6e5998c14054258105fe3fe4.tar.bz2
Fix compilation after merge.
Don't want this enum value to have the same as another enum value since that obviously doesn't work in a switch statement.
Diffstat (limited to 'src')
-rw-r--r--src/corelib/kernel/qcoreevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qcoreevent.h b/src/corelib/kernel/qcoreevent.h
index 0d5257a..efa9fd3 100644
--- a/src/corelib/kernel/qcoreevent.h
+++ b/src/corelib/kernel/qcoreevent.h
@@ -282,7 +282,7 @@ public:
RequestSoftwareInputPanel = 199,
CloseSoftwareInputPanel = 200,
- SymbianDeferredFocusChanged = 194, // Internal for generating asynchronous focus events on Symbian
+ SymbianDeferredFocusChanged = 201, // Internal for generating asynchronous focus events on Symbian
// 512 reserved for Qt Jambi's MetaCall event
// 513 reserved for Qt Jambi's DeleteOnMainThread event