summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqnamespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqnamespace.h')
-rw-r--r--src/kernel/ntqnamespace.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h
index 052fea171..c0c34533a 100644
--- a/src/kernel/ntqnamespace.h
+++ b/src/kernel/ntqnamespace.h
@@ -427,9 +427,8 @@ public:
Key_Direction_L = 0x1059,
Key_Direction_R = 0x1060,
- // International input method support (X keycode - 0xEE00, the
- // definition follows TQt/Embedded 2.3.7) Only interesting if
- // you are writing your own input method
+ // International input method support (X keycode - 0xEE00).
+ // Only interesting if you are writing your own input method
// International & multi-key character composition
Key_Multi_key = 0x1120, // Multi-key character compose
@@ -1013,8 +1012,6 @@ public:
typedef void *HANDLE;
#elif defined(TQ_WS_X11)
typedef unsigned long HANDLE;
-#elif defined(TQ_WS_QWS)
- typedef void * HANDLE;
#endif
};