diff options
Diffstat (limited to 'kontact/plugins/knotes/knotes_part.h')
-rw-r--r-- | kontact/plugins/knotes/knotes_part.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kontact/plugins/knotes/knotes_part.h b/kontact/plugins/knotes/knotes_part.h index 764bb4849..9bc4e8472 100644 --- a/kontact/plugins/knotes/knotes_part.h +++ b/kontact/plugins/knotes/knotes_part.h @@ -47,17 +47,18 @@ class Journal; class KNotesPart : public KParts::ReadOnlyPart, virtual public KNotesIface { Q_OBJECT + TQ_OBJECT public: - KNotesPart( TQObject *parent = 0, const char *name = 0 ); + KNotesPart( TQObject *tqparent = 0, const char *name = 0 ); ~KNotesPart(); bool openFile(); public slots: - TQString newNote( const TQString& name = TQString::null, - const TQString& text = TQString::null ); - TQString newNoteFromClipboard( const TQString& name = TQString::null ); + TQString newNote( const TQString& name = TQString(), + const TQString& text = TQString() ); + TQString newNoteFromClipboard( const TQString& name = TQString() ); public: void killNote( const TQString& id ); |