summaryrefslogtreecommitdiffstats
path: root/noatun/library/noatun/stdaction.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:43 +0900
commit678ee0d63590ba7bf1cad32070c229d699617a3c (patch)
tree04cea2ad9f3a2067119417dfe2bbc583a973a2cf /noatun/library/noatun/stdaction.h
parent7ca73e272ed839b546d224918ec538b57011782b (diff)
downloadtdemultimedia-678ee0d63590ba7bf1cad32070c229d699617a3c.tar.gz
tdemultimedia-678ee0d63590ba7bf1cad32070c229d699617a3c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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);