diff options
Diffstat (limited to 'kontact/plugins/knotes/knotes_part.h')
-rw-r--r-- | kontact/plugins/knotes/knotes_part.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/knotes/knotes_part.h b/kontact/plugins/knotes/knotes_part.h index 9bc4e8472..4ab1be70b 100644 --- a/kontact/plugins/knotes/knotes_part.h +++ b/kontact/plugins/knotes/knotes_part.h @@ -50,7 +50,7 @@ class KNotesPart : public KParts::ReadOnlyPart, virtual public KNotesIface TQ_OBJECT public: - KNotesPart( TQObject *tqparent = 0, const char *name = 0 ); + KNotesPart( TQObject *parent = 0, const char *name = 0 ); ~KNotesPart(); bool openFile(); |