summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/smpppdcs/libsmpppdclient/smpppdunsettled.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/smpppdcs/libsmpppdclient/smpppdunsettled.h')
-rw-r--r--kopete/plugins/smpppdcs/libsmpppdclient/smpppdunsettled.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/smpppdcs/libsmpppdclient/smpppdunsettled.h b/kopete/plugins/smpppdcs/libsmpppdclient/smpppdunsettled.h
index 57a83752..bf19035e 100644
--- a/kopete/plugins/smpppdcs/libsmpppdclient/smpppdunsettled.h
+++ b/kopete/plugins/smpppdcs/libsmpppdclient/smpppdunsettled.h
@@ -35,10 +35,10 @@ public:
static Unsettled * instance();
- virtual bool connect(Client * client, const QString& server, uint port = 3185);
+ virtual bool connect(Client * client, const TQString& server, uint port = 3185);
private:
- QString make_response(const QString& chex, const QString& password) const;
+ TQString make_response(const TQString& chex, const TQString& password) const;
private:
static Unsettled * m_instance;