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 bd7749448..300d511fe 100644 --- a/kmail/index.h +++ b/kmail/index.h @@ -51,7 +51,7 @@ class KMSearchPattern; class KMMsgIndex : public TQObject { Q_OBJECT - TQ_OBJECT + public: explicit KMMsgIndex( TQObject* parent ); ~KMMsgIndex(); @@ -195,7 +195,7 @@ class KMMsgIndex : public TQObject { class KMMsgIndex::Search : public TQObject { Q_OBJECT - TQ_OBJECT + public: explicit Search( KMSearch* s ); ~Search(); |