diff options
Diffstat (limited to 'kmail/messagecopyhelper.cpp')
-rw-r--r-- | kmail/messagecopyhelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/messagecopyhelper.cpp b/kmail/messagecopyhelper.cpp index 0257aa0b9..4b46141fb 100644 --- a/kmail/messagecopyhelper.cpp +++ b/kmail/messagecopyhelper.cpp @@ -62,7 +62,7 @@ MessageCopyHelper::MessageCopyHelper( const TQValueList< TQ_UINT32 > & msgs, command = new KMCopyCommand( dest, list ); } - connect( command, TQT_SIGNAL(completed(KMCommand*)), TQT_SLOT(copyCompleted(KMCommand*)) ); + connect( command, TQ_SIGNAL(completed(KMCommand*)), TQ_SLOT(copyCompleted(KMCommand*)) ); command->start(); } |