diff options
Diffstat (limited to 'src/kernel/ntqnamespace.h')
-rw-r--r-- | src/kernel/ntqnamespace.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h index b056c8363..4557114db 100644 --- a/src/kernel/ntqnamespace.h +++ b/src/kernel/ntqnamespace.h @@ -72,7 +72,7 @@ public: static const TQColor & darkMagenta; static const TQColor & darkYellow; - // documented in qevent.cpp + // documented in tqevent.cpp enum ButtonState { // mouse/keyboard state values NoButton = 0x0000, LeftButton = 0x0001, @@ -342,7 +342,7 @@ public: Identical }; - // documented in qevent.cpp + // documented in tqevent.cpp enum Modifier { // accelerator modifiers META = 0x00100000, SHIFT = 0x00200000, @@ -354,7 +354,7 @@ public: ASCII_ACCEL = UNICODE_ACCEL // 1.x compat }; - // documented in qevent.cpp + // documented in tqevent.cpp enum Key { Key_Escape = 0x1000, // misc keys Key_Tab = 0x1001, |