summaryrefslogtreecommitdiffstats
path: root/noatun/library/noatun/stdaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/noatun/stdaction.h')
-rw-r--r--noatun/library/noatun/stdaction.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/noatun/library/noatun/stdaction.h b/noatun/library/noatun/stdaction.h
index 31f5d20c..0ddf7f20 100644
--- a/noatun/library/noatun/stdaction.h
+++ b/noatun/library/noatun/stdaction.h
@@ -19,7 +19,7 @@ namespace NoatunStdAction
**/
class PlayAction : public TDEAction
{
-Q_OBJECT
+TQ_OBJECT
public:
PlayAction(TQObject *parent, const char *name);
@@ -33,7 +33,7 @@ private slots:
**/
class PlaylistAction : public TDEToggleAction
{
-Q_OBJECT
+TQ_OBJECT
public:
PlaylistAction(TQObject *parent, const char *name);
@@ -48,7 +48,7 @@ private slots:
*/
class PluginActionMenu : public TDEActionMenu
{
-Q_OBJECT
+TQ_OBJECT
public:
PluginActionMenu(TQObject *parent, const char *name);
@@ -82,7 +82,7 @@ private:
*/
class VisActionMenu : public TDEActionMenu
{
-Q_OBJECT
+TQ_OBJECT
public:
VisActionMenu(TQObject *parent, const char *name);
@@ -100,7 +100,7 @@ private:
*/
class LoopActionMenu : public TDEActionMenu
{
-Q_OBJECT
+TQ_OBJECT
public:
LoopActionMenu(TQObject *parent, const char *name);