summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.h')
-rw-r--r--kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.h b/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.h
index 59422342..6294f053 100644
--- a/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.h
+++ b/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.h
@@ -33,12 +33,12 @@ Q_OBJECT
public:
GetStatusTask(Task* parent);
~GetStatusTask();
- void userDN( const QString & dn );
+ void userDN( const TQString & dn );
bool take( Transfer * transfer );
signals:
- void gotStatus( const QString & contactId, Q_UINT16 status, const QString & statusText );
+ void gotStatus( const TQString & contactId, Q_UINT16 status, const TQString & statusText );
private:
- QString m_userDN;
+ TQString m_userDN;
};
#endif