summaryrefslogtreecommitdiffstats
path: root/kmail/templatesinsertcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/templatesinsertcommand.cpp')
-rw-r--r--kmail/templatesinsertcommand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/templatesinsertcommand.cpp b/kmail/templatesinsertcommand.cpp
index 269c40c0..82558563 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() ),