diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:26:25 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-12-30 15:15:47 +0100 |
commit | 4272c9afabfefb42bf2fca5fd6232a0128899417 (patch) | |
tree | cc9fd06edc290e336851933298597f065ffc7d2e | |
parent | 18372bf78d77c0a532e222a29befd83ccaceb3a9 (diff) | |
download | kdirstat-4272c9afabfefb42bf2fca5fd6232a0128899417.tar.gz kdirstat-4272c9afabfefb42bf2fca5fd6232a0128899417.zip |
Fix inadvertent tqt changes.
(cherry picked from commit 48b788a9bf8603f4a5ba0d060a259d4b0a89eee0)
-rw-r--r-- | kdirstat/kdirtreeview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdirstat/kdirtreeview.h b/kdirstat/kdirtreeview.h index f33b56c..88265ad 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 TQ_OBJECT |