summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h')
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h
index fb5aa2b1..400639c1 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h
@@ -21,8 +21,8 @@
#ifndef CS_SRVRESOLVER_H
#define CS_SRVRESOLVER_H
-#include<qvaluelist.h>
-#include<qdns.h>
+#include<tqvaluelist.h>
+#include<tqdns.h>
// CS_NAMESPACE_BEGIN
@@ -30,19 +30,19 @@ class SrvResolver : public QObject
{
Q_OBJECT
public:
- SrvResolver(QObject *parent=0);
+ SrvResolver(TQObject *parent=0);
~SrvResolver();
- void resolve(const QString &server, const QString &type, const QString &proto);
- void resolveSrvOnly(const QString &server, const QString &type, const QString &proto);
+ void resolve(const TQString &server, const TQString &type, const TQString &proto);
+ void resolveSrvOnly(const TQString &server, const TQString &type, const TQString &proto);
void next();
void stop();
bool isBusy() const;
- QValueList<QDns::Server> servers() const;
+ TQValueList<TQDns::Server> servers() const;
bool failed() const;
- QHostAddress resultAddress() const;
+ TQHostAddress resultAddress() const;
Q_UINT16 resultPort() const;
signals: