summaryrefslogtreecommitdiffstats
path: root/kaboodle/player.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 15:06:43 +0900
committerMichele Calgaro <[email protected]>2023-07-21 09:06:47 +0900
commit107ab7796f5e050b4d96d1ebf8e7121a61f6279d (patch)
tree92e0339b1a3462217d9404d0a2b99ee4af7db2e5 /kaboodle/player.h
parentef05c1d11b20b8de08526e9e1681ece78f09bcf4 (diff)
downloadtdemultimedia-107ab7796f5e050b4d96d1ebf8e7121a61f6279d.tar.gz
tdemultimedia-107ab7796f5e050b4d96d1ebf8e7121a61f6279d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 678ee0d63590ba7bf1cad32070c229d699617a3c)
Diffstat (limited to 'kaboodle/player.h')
-rw-r--r--kaboodle/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaboodle/player.h b/kaboodle/player.h
index b528fa9d..f9379c56 100644
--- a/kaboodle/player.h
+++ b/kaboodle/player.h
@@ -42,7 +42,7 @@ class View;
class BrowserExtension : public KParts::BrowserExtension
{
-Q_OBJECT
+TQ_OBJECT
public:
@@ -51,7 +51,7 @@ public:
class Player : public KMediaPlayer::Player
{
-Q_OBJECT
+TQ_OBJECT
public: