summaryrefslogtreecommitdiffstats
path: root/kdecore/network/kresolverstandardworkers_p.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kdecore/network/kresolverstandardworkers_p.h
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz
tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdecore/network/kresolverstandardworkers_p.h')
-rw-r--r--kdecore/network/kresolverstandardworkers_p.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kdecore/network/kresolverstandardworkers_p.h b/kdecore/network/kresolverstandardworkers_p.h
index 30c8f3c1e..310849bf3 100644
--- a/kdecore/network/kresolverstandardworkers_p.h
+++ b/kdecore/network/kresolverstandardworkers_p.h
@@ -28,9 +28,9 @@
#include <sys/types.h>
#include <netdb.h>
-#include <qptrlist.h>
-#include <qcstring.h>
-#include <qstringlist.h>
+#include <tqptrlist.h>
+#include <tqcstring.h>
+#include <tqstringlist.h>
#include "kresolver.h"
#include "kresolverworkerbase.h"
@@ -48,11 +48,11 @@ namespace KNetwork { namespace Internal
class KBlacklistWorker: public KNetwork::KResolverWorkerBase
{
public:
- static QStringList blacklist;
+ static TQStringList blacklist;
static void loadBlacklist();
static void init();
- static bool isBlacklisted(const QString&);
+ static bool isBlacklisted(const TQString&);
virtual bool preprocess();
virtual bool run();
@@ -65,10 +65,10 @@ namespace KNetwork { namespace Internal
class KStandardWorker: public KNetwork::KResolverWorkerBase
{
protected:
- mutable QCString m_encodedName;
+ mutable TQCString m_encodedName;
Q_UINT16 port;
int scopeid;
- QPtrList<KNetwork::KResolverResults> resultList;
+ TQPtrList<KNetwork::KResolverResults> resultList;
public:
bool sanityCheck();