summaryrefslogtreecommitdiffstats
path: root/src/app/xineEngine.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:17:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 17:39:12 +0900
commitdecb99db2fd2ed41c4605436942f03e3b4f53116 (patch)
tree819815b303d736072ad8285fb83e5f72d731039e /src/app/xineEngine.h
parent177cdfdd58fa6554663d9906ecfae1e5366227d4 (diff)
downloadcodeine-decb99db2fd2ed41c4605436942f03e3b4f53116.tar.gz
codeine-decb99db2fd2ed41c4605436942f03e3b4f53116.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ea718087e4710486e5e7b04f2c82eef8866e2cc9)
Diffstat (limited to 'src/app/xineEngine.h')
-rw-r--r--src/app/xineEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/xineEngine.h b/src/app/xineEngine.h
index bc2d389..70271b9 100644
--- a/src/app/xineEngine.h
+++ b/src/app/xineEngine.h
@@ -34,7 +34,7 @@ namespace Codeine
*/
class VideoWindow : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
enum PosTimeLength { Pos, Time, Length };