summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h')
-rw-r--r--kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h b/kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h
index f3c6ebb9..cac19900 100644
--- a/kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h
+++ b/kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h
@@ -34,7 +34,7 @@ Q_OBJECT
public:
CreateFolderTask(Task* parent);
~CreateFolderTask();
- void folder( const int parentId, const int sequence, const QString & displayName );
+ void folder( const int parentId, const int sequence, const TQString & displayName );
};
#endif