summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/libkyahoo/chatsessiontask.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/chatsessiontask.h')
-rw-r--r--kopete/protocols/yahoo/libkyahoo/chatsessiontask.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/chatsessiontask.h b/kopete/protocols/yahoo/libkyahoo/chatsessiontask.h
index 964ff411..fc5e02ce 100644
--- a/kopete/protocols/yahoo/libkyahoo/chatsessiontask.h
+++ b/kopete/protocols/yahoo/libkyahoo/chatsessiontask.h
@@ -35,10 +35,10 @@ public:
virtual void onGo();
- void setTarget( const QString &to );
+ void setTarget( const TQString &to );
void setType( Type type );
private:
- QString m_target;
+ TQString m_target;
Type m_type;
};