summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/libgroupwise/gwerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/gwerror.h')
-rw-r--r--kopete/protocols/groupwise/libgroupwise/gwerror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/gwerror.h b/kopete/protocols/groupwise/libgroupwise/gwerror.h
index a6afa5c8..f5de53ce 100644
--- a/kopete/protocols/groupwise/libgroupwise/gwerror.h
+++ b/kopete/protocols/groupwise/libgroupwise/gwerror.h
@@ -123,14 +123,14 @@ namespace GroupWise
{
uint id;
uint sequence;
- uint tqparentId;
+ uint parentId;
TQString name;
};
struct ContactItem
{
uint id;
- uint tqparentId;
+ uint parentId;
uint sequence;
TQString dn;
TQString displayName;