summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/alsaplayer
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:43 -0600
commit28166400a4ac95793e5adb51721722e8656ebe4a (patch)
tree335bf692046a5d4cc10b2dc3f8beaa350c9607cb /noatun-plugins/alsaplayer
parent2e53a31f139e370203f5a947a44d8daa8addcbe9 (diff)
downloadtdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.tar.gz
tdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'noatun-plugins/alsaplayer')
-rw-r--r--noatun-plugins/alsaplayer/configmodule.h2
-rw-r--r--noatun-plugins/alsaplayer/seeker.h2
-rw-r--r--noatun-plugins/alsaplayer/userinterface.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/noatun-plugins/alsaplayer/configmodule.h b/noatun-plugins/alsaplayer/configmodule.h
index e804cc1..900ecfb 100644
--- a/noatun-plugins/alsaplayer/configmodule.h
+++ b/noatun-plugins/alsaplayer/configmodule.h
@@ -30,7 +30,7 @@ class TQCheckBox;
class AlsaPlayerConfigModule : public CModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/noatun-plugins/alsaplayer/seeker.h b/noatun-plugins/alsaplayer/seeker.h
index 833250d..6051d02 100644
--- a/noatun-plugins/alsaplayer/seeker.h
+++ b/noatun-plugins/alsaplayer/seeker.h
@@ -28,7 +28,7 @@
class Seeker : public L33tSlider
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/noatun-plugins/alsaplayer/userinterface.h b/noatun-plugins/alsaplayer/userinterface.h
index abec7fd..4951d38 100644
--- a/noatun-plugins/alsaplayer/userinterface.h
+++ b/noatun-plugins/alsaplayer/userinterface.h
@@ -37,7 +37,7 @@ class Seeker;
class AlsaPlayer : public APMainWindow, public UserInterface
{
Q_OBJECT
- TQ_OBJECT
+
public: