diff options
Diffstat (limited to 'noatun-plugins/alsaplayer')
-rw-r--r-- | noatun-plugins/alsaplayer/configmodule.h | 2 | ||||
-rw-r--r-- | noatun-plugins/alsaplayer/seeker.h | 2 | ||||
-rw-r--r-- | noatun-plugins/alsaplayer/userinterface.h | 2 |
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: |