summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.h')
-rw-r--r--kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.h b/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.h
index 2d3c53d7..4e41e681 100644
--- a/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.h
+++ b/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.h
@@ -33,14 +33,14 @@ Q_OBJECT
public:
SetStatusTask(Task* parent);
~SetStatusTask();
- void status( GroupWise::Status newStatus, const QString &awayMessage, const QString &autoReply );
+ void status( GroupWise::Status newStatus, const TQString &awayMessage, const TQString &autoReply );
GroupWise::Status requestedStatus() const;
- QString awayMessage() const;
- QString autoReply() const;
+ TQString awayMessage() const;
+ TQString autoReply() const;
private:
GroupWise::Status m_status;
- QString m_awayMessage;
- QString m_autoReply;
+ TQString m_awayMessage;
+ TQString m_autoReply;
};
#endif