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 cf8dbca54..880a85a4b 100644 --- a/knotes/knote.h +++ b/knotes/knote.h @@ -51,7 +51,7 @@ namespace KCal { class KNote : public TQFrame, virtual public KXMLGUIClient { Q_OBJECT - TQ_OBJECT + public: KNote( TQDomDocument buildDoc, KCal::Journal *journal, TQWidget *parent = 0, const char *name = 0 ); |