summaryrefslogtreecommitdiffstats
path: root/plugins/zeroconf
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/zeroconf')
-rw-r--r--plugins/zeroconf/avahiservice.h2
-rw-r--r--plugins/zeroconf/zeroconfplugin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/zeroconf/avahiservice.h b/plugins/zeroconf/avahiservice.h
index fd9e144..02dde11 100644
--- a/plugins/zeroconf/avahiservice.h
+++ b/plugins/zeroconf/avahiservice.h
@@ -45,7 +45,7 @@ namespace kt
class AvahiService : public kt::PeerSource
{
Q_OBJECT
- TQ_OBJECT
+
public:
AvahiService(const bt::PeerID&, bt::Uint16, const bt::SHA1Hash&);
virtual ~AvahiService();
diff --git a/plugins/zeroconf/zeroconfplugin.h b/plugins/zeroconf/zeroconfplugin.h
index 8888caf..de91c53 100644
--- a/plugins/zeroconf/zeroconfplugin.h
+++ b/plugins/zeroconf/zeroconfplugin.h
@@ -36,7 +36,7 @@ namespace kt
class ZeroConfPlugin : public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
ZeroConfPlugin(TQObject* parent, const char* name, const TQStringList& args);
virtual ~ZeroConfPlugin();