summaryrefslogtreecommitdiffstats
path: root/src/kvirc/ui/kvi_taskbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvirc/ui/kvi_taskbar.h')
-rw-r--r--src/kvirc/ui/kvi_taskbar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kvirc/ui/kvi_taskbar.h b/src/kvirc/ui/kvi_taskbar.h
index c3132367..62a1bcc5 100644
--- a/src/kvirc/ui/kvi_taskbar.h
+++ b/src/kvirc/ui/kvi_taskbar.h
@@ -74,14 +74,14 @@ public:
// This is the basic interface that all the external classes should see
//
-// Please note that TQt3 tqmoc skips the *_SKIP_BEGIN -> *_SKIP_END blocks
-// while the TQt4 tqmoc skips the TQ_TQMOC_RUN ifdef block.. so...
+// Please note that TQt3 moc skips the *_SKIP_BEGIN -> *_SKIP_END blocks
+// while the TQt4 moc skips the TQ_TQMOC_RUN ifdef block.. so...
// TQt4 version
// If you get failures (undefined references) in some non-autotools based
// build system that uses TQt4 then you must add the -DCOMPILE_USE_QT4
-// commandline parameter to tqmoc (at leat) when parsing this file.
+// commandline parameter to moc (at leat) when parsing this file.
// TQMOC_SKIP_BEGIN
#ifdef COMPILE_USE_QT4