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 448e17a2..37dbc19f 100644
--- a/kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h
+++ b/kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h
@@ -33,7 +33,7 @@ class CreateFolderTask : public ModifyContactListTask
Q_OBJECT
TQ_OBJECT
public:
- CreateFolderTask(Task* tqparent);
+ CreateFolderTask(Task* parent);
~CreateFolderTask();
void folder( const int parentId, const int sequence, const TQString & displayName );
};