summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qeventloop.h')
-rw-r--r--src/corelib/kernel/qeventloop.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/kernel/qeventloop.h b/src/corelib/kernel/qeventloop.h
index 46ee118ce5..5bd4146352 100644
--- a/src/corelib/kernel/qeventloop.h
+++ b/src/corelib/kernel/qeventloop.h
@@ -66,10 +66,6 @@ public:
ExcludeUserInputEvents = 0x01,
ExcludeSocketNotifiers = 0x02,
WaitForMoreEvents = 0x04,
-#ifdef QT3_SUPPORT
- ExcludeUserInput = ExcludeUserInputEvents,
- WaitForMore = WaitForMoreEvents,
-#endif
X11ExcludeTimers = 0x08
#ifdef QT_DEPRECATED
, DeferredDeletion = 0x10