diff options
Diffstat (limited to 'ark/filelistview.h')
-rw-r--r-- | ark/filelistview.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ark/filelistview.h b/ark/filelistview.h index 022ab86..58ecfcb 100644 --- a/ark/filelistview.h +++ b/ark/filelistview.h @@ -75,7 +75,7 @@ typedef TQValueList< TQPair< TQString, TQt::AlignmentFlags > > ColumnList; class FileListView: public TDEListView { - Q_OBJECT + TQ_OBJECT public: FileListView( TQWidget *parent = 0, const char* name = 0 ); @@ -171,4 +171,3 @@ class FileListView: public TDEListView }; #endif -// kate: space-indent off; tab-width 4; |