diff options
Diffstat (limited to 'kmail/messagecopyhelper.h')
-rw-r--r-- | kmail/messagecopyhelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/messagecopyhelper.h b/kmail/messagecopyhelper.h index 1c24d890a..05627e17c 100644 --- a/kmail/messagecopyhelper.h +++ b/kmail/messagecopyhelper.h @@ -48,10 +48,10 @@ class MessageCopyHelper : public TQObject @param msgs List of serial numbers. @param dest Destination folder. @param move If set to true, messages will be moved instead of copied - @param tqparent The tqparent object. + @param parent The parent object. */ MessageCopyHelper( const TQValueList<TQ_UINT32> &msgs, KMFolder *dest, - bool move, TQObject *tqparent = 0 ); + bool move, TQObject *parent = 0 ); /** Converts a MailList into a serial number list. |