summaryrefslogtreecommitdiffstats
path: root/kdnssd/kdedmodule/watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdnssd/kdedmodule/watcher.h')
-rw-r--r--kdnssd/kdedmodule/watcher.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdnssd/kdedmodule/watcher.h b/kdnssd/kdedmodule/watcher.h
index 84e9104e..64c5635c 100644
--- a/kdnssd/kdedmodule/watcher.h
+++ b/kdnssd/kdedmodule/watcher.h
@@ -19,7 +19,7 @@
#ifndef _WATCHER_H_
#define _WATCHER_H_
-#include <qstring.h>
+#include <tqstring.h>
#include <dnssd/servicebrowser.h>
#include <dnssd/remoteservice.h>
@@ -29,16 +29,16 @@ class Watcher : public QObject
{
Q_OBJECT
public:
- Watcher(const QString& type, const QString& domain);
+ Watcher(const TQString& type, const TQString& domain);
~Watcher();
unsigned int refcount;
private:
ServiceBrowser* browser;
bool updateNeeded;
- QString m_type;
- QString m_domain;
- QValueList<DNSSD::RemoteService::Ptr> removed;
+ TQString m_type;
+ TQString m_domain;
+ TQValueList<DNSSD::RemoteService::Ptr> removed;
private slots:
void serviceRemoved(DNSSD::RemoteService::Ptr srv);