From f988857fcf5b44899af08ef475d9a29c675b3731 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:21 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/modules/help/index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/help/index.h') diff --git a/src/modules/help/index.h b/src/modules/help/index.h index fe41eea3..d4fcc733 100755 --- a/src/modules/help/index.h +++ b/src/modules/help/index.h @@ -61,7 +61,7 @@ TQDataStream &operator<<( TQDataStream &s, const Document &l ); class Index : public TQObject { Q_OBJECT - TQ_OBJECT + public: struct Entry { Entry( int d ) { documents.append( Document( d, 1 ) ); } -- cgit v1.2.1