summaryrefslogtreecommitdiffstats
path: root/tools/assistant/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant/index.h')
-rw-r--r--tools/assistant/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/index.h b/tools/assistant/index.h
index 333e41b7..2bd32f20 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 ) ); }