diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:26:25 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:26:25 -0500 |
commit | 48b788a9bf8603f4a5ba0d060a259d4b0a89eee0 (patch) | |
tree | f7787597e0bcab0483fd3ba1e7be108872648946 | |
parent | 34a77b2f0929838d9d4b7e46b70dfd4edf4d9d35 (diff) | |
download | kdirstat-48b788a9bf8603f4a5ba0d060a259d4b0a89eee0.tar.gz kdirstat-48b788a9bf8603f4a5ba0d060a259d4b0a89eee0.zip |
Fix inadvertent tqt changes.
-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 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 |