summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kdirstat/kdirtreeview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdirstat/kdirtreeview.h b/kdirstat/kdirtreeview.h
index 68b0f61..1a3ff94 100644
--- a/kdirstat/kdirtreeview.h
+++ b/kdirstat/kdirtreeview.h
@@ -16,7 +16,7 @@
//
// If you change this, don't forget to change the KDirTreeView class
// declaration also. Unfortunately there this 'define' can't be used -
-// it seems to confuse the 'tqmoc' preprocessor.
+// it seems to confuse the 'moc' preprocessor.
#define USE_KLISTVIEW 0
#define DEBUG_COUNTERS 10
@@ -62,7 +62,7 @@ namespace KDirStat
class KDirTreeView: public TQListView
// Using
// class KDirTreeView: public KDirTreeViewParentClass
- // or some other 'ifdef' ... construct seems to confuse "tqmoc".
+ // or some other 'ifdef' ... construct seems to confuse "moc".
{
Q_OBJECT