summaryrefslogtreecommitdiffstats
path: root/katapult/plugins/catalogs/amarokcatalog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:20 -0600
commitfac64c4f4259aaa5569f10319dba190aec34fa35 (patch)
tree27b8c88c38980ff6dc9dd648c72be836f1711f01 /katapult/plugins/catalogs/amarokcatalog
parent53b07ffe89aa3bade0f2b8f089d5a429dff9603a (diff)
downloadkatapult-fac64c4f4259aaa5569f10319dba190aec34fa35.tar.gz
katapult-fac64c4f4259aaa5569f10319dba190aec34fa35.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'katapult/plugins/catalogs/amarokcatalog')
-rw-r--r--katapult/plugins/catalogs/amarokcatalog/amarokcatalog.h2
-rw-r--r--katapult/plugins/catalogs/amarokcatalog/song.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/katapult/plugins/catalogs/amarokcatalog/amarokcatalog.h b/katapult/plugins/catalogs/amarokcatalog/amarokcatalog.h
index f103bec..1bf1cad 100644
--- a/katapult/plugins/catalogs/amarokcatalog/amarokcatalog.h
+++ b/katapult/plugins/catalogs/amarokcatalog/amarokcatalog.h
@@ -34,7 +34,7 @@ class TQString;
class AmarokCatalog : public KatapultCatalog
{
Q_OBJECT
- TQ_OBJECT
+
public:
AmarokCatalog(TQObject*, const char*, const TQStringList&);
virtual ~AmarokCatalog();
diff --git a/katapult/plugins/catalogs/amarokcatalog/song.h b/katapult/plugins/catalogs/amarokcatalog/song.h
index 12c796f..567337a 100644
--- a/katapult/plugins/catalogs/amarokcatalog/song.h
+++ b/katapult/plugins/catalogs/amarokcatalog/song.h
@@ -32,7 +32,7 @@
class Song : public KatapultItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
Song(const TQString&);