From 75b5de5bf835988d57b781f8408d428646beef59 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:11 -0600 Subject: Remove spurious TQ_OBJECT instances --- ark/filelistview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ark/filelistview.h') diff --git a/ark/filelistview.h b/ark/filelistview.h index b670feb..88a9546 100644 --- a/ark/filelistview.h +++ b/ark/filelistview.h @@ -74,7 +74,7 @@ typedef TQValueList< TQPair< TQString, TQt::AlignmentFlags > > ColumnList; class FileListView: public KListView { Q_OBJECT - TQ_OBJECT + public: FileListView( TQWidget *parent = 0, const char* name = 0 ); -- cgit v1.2.1