diff options
Diffstat (limited to 'kdnssd/ioslave/dnssd.h')
-rw-r--r-- | kdnssd/ioslave/dnssd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdnssd/ioslave/dnssd.h b/kdnssd/ioslave/dnssd.h index 423a0710..f06b0427 100644 --- a/kdnssd/ioslave/dnssd.h +++ b/kdnssd/ioslave/dnssd.h @@ -34,12 +34,12 @@ class TQCString; -using namespace KIO; +using namespace TDEIO; using namespace DNSSD; enum UrlType { RootDir, ServiceDir, Service, HelperProtocol, Invalid }; -class ZeroConfProtocol : public TQObject, public KIO::SlaveBase +class ZeroConfProtocol : public TQObject, public TDEIO::SlaveBase { Q_OBJECT @@ -75,7 +75,7 @@ private: // last resolved or still being resolved services - acts as one-entry cache RemoteService *toResolve; // Config file for service - also acts as one-entry cache - KConfig *configData; + TDEConfig *configData; // listDir for all domains (zeroconf:/) or one specified (zeroconf://domain/) bool allDomains; private slots: |