summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/libkyahoo/sendmessagetask.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/sendmessagetask.h')
-rw-r--r--kopete/protocols/yahoo/libkyahoo/sendmessagetask.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/sendmessagetask.h b/kopete/protocols/yahoo/libkyahoo/sendmessagetask.h
index b4c31efe..eef62c13 100644
--- a/kopete/protocols/yahoo/libkyahoo/sendmessagetask.h
+++ b/kopete/protocols/yahoo/libkyahoo/sendmessagetask.h
@@ -32,12 +32,12 @@ public:
virtual void onGo();
- void setText( const QString &text );
- void setTarget( const QString &to );
+ void setText( const TQString &text );
+ void setTarget( const TQString &to );
void setPicureFlag( int flag );
private:
- QString m_text;
- QString m_target;
+ TQString m_text;
+ TQString m_target;
int m_pictureFlag;
};