summaryrefslogtreecommitdiffstats
path: root/kplayer/kplayerengine.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/kplayerengine.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/kplayerengine.h')
-rw-r--r--kplayer/kplayerengine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplayer/kplayerengine.h b/kplayer/kplayerengine.h
index eec3655..3a6cdf0 100644
--- a/kplayer/kplayerengine.h
+++ b/kplayer/kplayerengine.h
@@ -39,7 +39,7 @@ int listIndex (const TQStringList&, const TQString&);
*/
class KPlayerFileDialog : public KFileDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
/** Constructor. Parameters are passed to the KFileDialog constructor. */
@@ -55,7 +55,7 @@ public:
*/
class KPlayerEngine : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPlayerEngine (TDEActionCollection* ac, TQWidget* parent, const char* name, TDEConfig*);