diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:12 -0600 |
commit | 4ffdeab3ca64c74e7053b2e26c93ebc7f6e22823 (patch) | |
tree | 29c8b57041bdd44df52c6090be5f4afc75bd1d4e /plugins/zeroconf | |
parent | 5a28de2492a2755625b0f7b214a5d38cdfd7eda1 (diff) | |
download | ktorrent-4ffdeab3ca64c74e7053b2e26c93ebc7f6e22823.tar.gz ktorrent-4ffdeab3ca64c74e7053b2e26c93ebc7f6e22823.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'plugins/zeroconf')
-rw-r--r-- | plugins/zeroconf/avahiservice.h | 2 | ||||
-rw-r--r-- | plugins/zeroconf/zeroconfplugin.h | 2 |
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(); |