diff options
Diffstat (limited to 'kmail/templatesinsertcommand.cpp')
-rw-r--r-- | kmail/templatesinsertcommand.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/templatesinsertcommand.cpp b/kmail/templatesinsertcommand.cpp index 269c40c04..825585633 100644 --- a/kmail/templatesinsertcommand.cpp +++ b/kmail/templatesinsertcommand.cpp @@ -30,9 +30,9 @@ #include "templatesinsertcommand.h" -TemplatesInsertCommand::TemplatesInsertCommand( TQWidget *tqparent, +TemplatesInsertCommand::TemplatesInsertCommand( TQWidget *parent, const char *name ) - : TQPushButton( tqparent, name ) + : TQPushButton( parent, name ) { setText( i18n( "&Insert Command..." ) ); connect( this, TQT_SIGNAL( clicked() ), |