diff options
Diffstat (limited to 'kmail/snippetitem.h')
-rw-r--r-- | kmail/snippetitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/snippetitem.h b/kmail/snippetitem.h index cbc3c4eba..927d817c0 100644 --- a/kmail/snippetitem.h +++ b/kmail/snippetitem.h @@ -32,7 +32,7 @@ It also holds the needed data for one snippet. class SnippetItem : public TQObject, public TQListViewItem { friend class SnippetGroup; - Q_OBJECT + TQ_OBJECT public: SnippetItem(TQListViewItem * parent, TQString name, TQString text); |