summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/sendauthresptask.h')
-rw-r--r--kopete/protocols/yahoo/libkyahoo/sendauthresptask.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h b/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h
index fed15168..953dabc3 100644
--- a/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h
+++ b/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h
@@ -35,12 +35,12 @@ public:
virtual void onGo();
void setGranted( bool );
- void setTarget( const QString &to );
- void setMessage( const QString &msg );
+ void setTarget( const TQString &to );
+ void setMessage( const TQString &msg );
private:
- QString m_target;
+ TQString m_target;
bool m_granted;
- QString m_msg;
+ TQString m_msg;
};
#endif