diff options
Diffstat (limited to 'knotes/knote.h')
-rw-r--r-- | knotes/knote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knote.h b/knotes/knote.h index 201c7f79f..73ca8f4a3 100644 --- a/knotes/knote.h +++ b/knotes/knote.h @@ -50,7 +50,7 @@ namespace KCal { class KNote : public TQFrame, virtual public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: KNote( TQDomDocument buildDoc, KCal::Journal *journal, TQWidget *parent = 0, |