diff options
Diffstat (limited to 'kmail/index.h')
-rw-r--r-- | kmail/index.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/index.h b/kmail/index.h index 015bc1064..4ac6ca457 100644 --- a/kmail/index.h +++ b/kmail/index.h @@ -50,7 +50,7 @@ class KMSearchRule; class KMSearchPattern; class KMMsgIndex : public TQObject { - Q_OBJECT + TQ_OBJECT public: explicit KMMsgIndex( TQObject* parent ); @@ -194,7 +194,7 @@ class KMMsgIndex : public TQObject { class KMMsgIndex::Search : public TQObject { - Q_OBJECT + TQ_OBJECT public: explicit Search( KMSearch* s ); |