diff options
Diffstat (limited to 'libkdepim/komposer/core/editor.h')
-rw-r--r-- | libkdepim/komposer/core/editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdepim/komposer/core/editor.h b/libkdepim/komposer/core/editor.h index 9cc9336dd..cdc05710d 100644 --- a/libkdepim/komposer/core/editor.h +++ b/libkdepim/komposer/core/editor.h @@ -93,7 +93,7 @@ namespace Komposer { virtual void changeSignature( const TQString &txt ) =0; protected: - Editor( TQObject *tqparent, const char *name, const TQStringList &args ); + Editor( TQObject *parent, const char *name, const TQStringList &args ); private: class Private; |