summaryrefslogtreecommitdiffstats
path: root/src/xineplayer.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:18:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:18:38 +0900
commitf15328299d0c380543f17448311292fe57fae751 (patch)
tree498450c4f71adccff32dc7dbf438ed590263ea60 /src/xineplayer.h
parent47d29ee63f76127afe48c487d3e8794b0d05508b (diff)
downloadkmplayer-f15328299d0c380543f17448311292fe57fae751.tar.gz
kmplayer-f15328299d0c380543f17448311292fe57fae751.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/xineplayer.h')
-rw-r--r--src/xineplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xineplayer.h b/src/xineplayer.h
index e9aec41..efbdd1a 100644
--- a/src/xineplayer.h
+++ b/src/xineplayer.h
@@ -50,7 +50,7 @@ struct XineProgressEvent : public TQEvent {
};
class KXinePlayer : public TQApplication {
- Q_OBJECT
+ TQ_OBJECT
public:
KXinePlayer (int argc, char ** argv);