diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.cpp')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.cpp b/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.cpp index dde055a6..153746ea 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.cpp +++ b/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.cpp @@ -30,7 +30,7 @@ GetStatusTask::~GetStatusTask() { } -void GetStatusTask::userDN( const QString & dn ) +void GetStatusTask::userDN( const TQString & dn ) { m_userDN = dn; // set up Transfer @@ -60,8 +60,8 @@ bool GetStatusTask::take( Transfer * transfer ) // This must be because the sender is not on our contact list but has sent us a message. // TODO: Check that the change to sending DNs above has fixed this problem. status = sf->value().toInt(); - // unfortunately getstatus doesn't give us an away message so we pass QString::null here - emit gotStatus( m_userDN, status, QString::null ); + // unfortunately getstatus doesn't give us an away message so we pass TQString::null here + emit gotStatus( m_userDN, status, TQString::null ); setSuccess(); } else |