summaryrefslogtreecommitdiffstats
path: root/kdnssd/ioslave/dnssd.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdnssd/ioslave/dnssd.h')
-rw-r--r--kdnssd/ioslave/dnssd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kdnssd/ioslave/dnssd.h b/kdnssd/ioslave/dnssd.h
index 9e957ed9..764c5a27 100644
--- a/kdnssd/ioslave/dnssd.h
+++ b/kdnssd/ioslave/dnssd.h
@@ -42,6 +42,7 @@ enum UrlType { RootDir, ServiceDir, Service, HelperProtocol, Invalid };
class ZeroConfProtocol : public TQObject, public KIO::SlaveBase
{
Q_OBJECT
+ TQ_OBJECT
public:
ZeroConfProtocol(const TQCString& protocol, const TQCString &pool_socket, const TQCString &app_socket);
~ZeroConfProtocol();
@@ -51,8 +52,8 @@ public:
virtual void listDir(const KURL& url );
private:
// Create UDSEntry for zeroconf:/ or zeroconf:/type/ paths
- void buildDirEntry(UDSEntry& entry,const TQString& name,const TQString& type=TQString::null,
- const TQString& host=TQString::null);
+ void buildDirEntry(UDSEntry& entry,const TQString& name,const TQString& type=TQString(),
+ const TQString& host=TQString());
// Create UDSEntry for single services: dnssd:/type/service
void buildServiceEntry(UDSEntry& entry,const TQString& name,const TQString& type,
const TQString& domain);