diff options
Diffstat (limited to 'tools/assistant/index.h')
-rw-r--r-- | tools/assistant/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/index.h b/tools/assistant/index.h index 333e41b77..2bd32f20e 100644 --- a/tools/assistant/index.h +++ b/tools/assistant/index.h @@ -63,7 +63,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 ) ); } |