summaryrefslogtreecommitdiffstats
path: root/kplayer/kplayer.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:18:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:18:53 +0900
commitb4ce3f54fc7b8035c183c68d56835fb2ae6e37a6 (patch)
tree6ab55fb73c17afb83f0ad2e67fa4ee5bf9487e2c /kplayer/kplayer.h
parent12580cb98a2de17af985071dc4aa31fe28de5076 (diff)
downloadkplayer-b4ce3f54fc7b8035c183c68d56835fb2ae6e37a6.tar.gz
kplayer-b4ce3f54fc7b8035c183c68d56835fb2ae6e37a6.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kplayer/kplayer.h')
-rw-r--r--kplayer/kplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplayer/kplayer.h b/kplayer/kplayer.h
index a4409a1..854fe9d 100644
--- a/kplayer/kplayer.h
+++ b/kplayer/kplayer.h
@@ -54,7 +54,7 @@ class TQMenuData;
*/
class KPlayer : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
typedef struct _Toolbar
{
@@ -367,7 +367,7 @@ protected slots:
*/
class KPlayerApplication : public KUniqueApplication
{
- Q_OBJECT
+ TQ_OBJECT
public:
/** Constructs the KPlayer application. */