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 2a33f3aa..90a14373 100644
--- a/kmail/templatesinsertcommand.cpp
+++ b/kmail/templatesinsertcommand.cpp
@@ -41,11 +41,11 @@ TemplatesInsertCommand::TemplatesInsertCommand( TQWidget *tqparent,
KAction *action;
KActionMenu *menu;
- TQSignalMapper *mapper = new TQSignalMapper( this );
+ TQSignalMapper *mapper = new TQSignalMapper( TQT_TQOBJECT(this) );
connect( mapper, TQT_SIGNAL( mapped(int) ),
this, TQT_SLOT( slotMapped(int) ) );
- mMenu = new KActionMenu( i18n( "Insert Command..." ), this );
+ mMenu = new KActionMenu( i18n( "Insert Command..." ), TQT_TQOBJECT(this) );
// ******************************************************
menu = new KActionMenu( i18n( "Original Message" ), mMenu );