summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/libkyahoo/changestatustask.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/changestatustask.h')
-rw-r--r--kopete/protocols/yahoo/libkyahoo/changestatustask.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/changestatustask.h b/kopete/protocols/yahoo/libkyahoo/changestatustask.h
index 22c48031..a70007df 100644
--- a/kopete/protocols/yahoo/libkyahoo/changestatustask.h
+++ b/kopete/protocols/yahoo/libkyahoo/changestatustask.h
@@ -35,12 +35,12 @@ public:
virtual void onGo();
- void setMessage( const QString &msg );
+ void setMessage( const TQString &msg );
void setStatus( Yahoo::Status status );
void setType( Yahoo::StatusType type );
private:
enum Visibility { Visible = 1, Invisible = 2 };
- QString m_message;
+ TQString m_message;
Yahoo::Status m_status;
Yahoo::StatusType m_type;