summaryrefslogtreecommitdiffstats
path: root/src/modules/torrent
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:21 -0600
commitf988857fcf5b44899af08ef475d9a29c675b3731 (patch)
treec76fa817f819646aef3eb38bd371dbdad83f3241 /src/modules/torrent
parentf3c8306949b2c5cece09d920309f23facf6d7022 (diff)
downloadkvirc-f988857fcf5b44899af08ef475d9a29c675b3731.tar.gz
kvirc-f988857fcf5b44899af08ef475d9a29c675b3731.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/modules/torrent')
-rw-r--r--src/modules/torrent/tc_ktorrentdcopinterface.h2
-rw-r--r--src/modules/torrent/tc_statusbarapplet.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/torrent/tc_ktorrentdcopinterface.h b/src/modules/torrent/tc_ktorrentdcopinterface.h
index 529fb37e..5bd30597 100644
--- a/src/modules/torrent/tc_ktorrentdcopinterface.h
+++ b/src/modules/torrent/tc_ktorrentdcopinterface.h
@@ -41,7 +41,7 @@ class KviKTorrentDCOPInterface : public KviTorrentInterface,
private KviDCOPHelper
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/src/modules/torrent/tc_statusbarapplet.h b/src/modules/torrent/tc_statusbarapplet.h
index 9051cf87..19d60c55 100644
--- a/src/modules/torrent/tc_statusbarapplet.h
+++ b/src/modules/torrent/tc_statusbarapplet.h
@@ -9,7 +9,7 @@
class KviTorrentStatusBarApplet : public KviStatusBarApplet
{
Q_OBJECT
- TQ_OBJECT
+
public: