Fix inadvertent tqt changes.

pull/1/head
Darrell Anderson 12 years ago
parent 34a77b2f09
commit 48b788a9bf

@ -16,7 +16,7 @@
// //
// If you change this, don't forget to change the KDirTreeView class // If you change this, don't forget to change the KDirTreeView class
// declaration also. Unfortunately there this 'define' can't be used - // 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 USE_KLISTVIEW 0
#define DEBUG_COUNTERS 10 #define DEBUG_COUNTERS 10
@ -62,7 +62,7 @@ namespace KDirStat
class KDirTreeView: public TQListView class KDirTreeView: public TQListView
// Using // Using
// class KDirTreeView: public KDirTreeViewParentClass // class KDirTreeView: public KDirTreeViewParentClass
// or some other 'ifdef' ... construct seems to confuse "tqmoc". // or some other 'ifdef' ... construct seems to confuse "moc".
{ {
Q_OBJECT Q_OBJECT

Loading…
Cancel
Save