diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/tasks/movecontacttask.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/tasks/movecontacttask.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/movecontacttask.h b/kopete/protocols/groupwise/libgroupwise/tasks/movecontacttask.h index f423981a..ad3bce44 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/movecontacttask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/movecontacttask.h @@ -35,14 +35,14 @@ public: MoveContactTask(Task* parent); ~MoveContactTask(); void moveContact( const ContactItem & contact, const int newParent ); - void moveContactToNewFolder( const ContactItem & contact, const int newSequenceNumber, const QString & folderDisplayName ); + void moveContactToNewFolder( const ContactItem & contact, const int newSequenceNumber, const TQString & folderDisplayName ); void onGo(); protected: void onFolderCreated(); private: int m_targetFolder; - QString m_dn; - QString m_displayName; + TQString m_dn; + TQString m_displayName; ContactItem m_contactToMove; }; |