summaryrefslogtreecommitdiffstats
path: root/src/kmplayer_koffice_part.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-24 17:46:11 +0900
commitda8cf2c4b269dfb76e66cba765b995bd367c67e6 (patch)
tree498450c4f71adccff32dc7dbf438ed590263ea60 /src/kmplayer_koffice_part.h
parentb62a1922fab2031d49fa921cf4b5dae3d9c7091c (diff)
downloadkmplayer-da8cf2c4.tar.gz
kmplayer-da8cf2c4.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f15328299d0c380543f17448311292fe57fae751)
Diffstat (limited to 'src/kmplayer_koffice_part.h')
-rw-r--r--src/kmplayer_koffice_part.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kmplayer_koffice_part.h b/src/kmplayer_koffice_part.h
index 5a68560..a53fc45 100644
--- a/src/kmplayer_koffice_part.h
+++ b/src/kmplayer_koffice_part.h
@@ -50,7 +50,7 @@ namespace KMPlayer {
class KOfficeMPlayer;
class KOfficeMPlayerView : public KoView {
- Q_OBJECT
+ TQ_OBJECT
public:
KOfficeMPlayerView (KOfficeMPlayer* part, TQWidget* parent, const char* name = 0 );
@@ -62,7 +62,7 @@ private:
};
class KOfficeMPlayer : public KoDocument {
- Q_OBJECT
+ TQ_OBJECT
public:
KOfficeMPlayer (TQWidget *parentWidget = 0, const char *widgetName = 0, TQObject* parent = 0, const char* name = 0, bool singleViewMode = false);