summaryrefslogtreecommitdiffstats
path: root/doc/html/qnamespace-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 21:06:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-28 18:25:42 +0900
commit8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch)
treefb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/html/qnamespace-h.html
parent0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff)
downloadtqt-8ef4ea45.tar.gz
tqt-8ef4ea45.zip
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qnamespace-h.html')
-rw-r--r--doc/html/qnamespace-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html
index 0da21b4eb..60338b915 100644
--- a/doc/html/qnamespace-h.html
+++ b/doc/html/qnamespace-h.html
@@ -108,7 +108,7 @@ public:
static const TQColor &amp; darkMagenta;
static const TQColor &amp; darkYellow;
- // documented in qevent.cpp
+ // documented in tqevent.cpp
enum ButtonState { // mouse/keyboard state values
NoButton = 0x0000,
LeftButton = 0x0001,
@@ -352,7 +352,7 @@ public:
Identical
};
- // documented in qevent.cpp
+ // documented in tqevent.cpp
enum Modifier { // accelerator modifiers
META = 0x00100000,
SHIFT = 0x00200000,
@@ -364,7 +364,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,