From 48b788a9bf8603f4a5ba0d060a259d4b0a89eee0 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:26:25 -0500 Subject: [PATCH] Fix inadvertent tqt changes. --- kdirstat/kdirtreeview.h | 4 ++-- 1 file 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