diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:18:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:18:38 +0900 |
commit | f15328299d0c380543f17448311292fe57fae751 (patch) | |
tree | 498450c4f71adccff32dc7dbf438ed590263ea60 /src/kmplayercontrolpanel.h | |
parent | 47d29ee63f76127afe48c487d3e8794b0d05508b (diff) | |
download | kmplayer-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/kmplayercontrolpanel.h')
-rw-r--r-- | src/kmplayercontrolpanel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kmplayercontrolpanel.h b/src/kmplayercontrolpanel.h index 91fe927..48804ee 100644 --- a/src/kmplayercontrolpanel.h +++ b/src/kmplayercontrolpanel.h @@ -42,7 +42,7 @@ class View; * A button from the controlpanel */ class KMPLAYER_NO_EXPORT KMPlayerMenuButton : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: KMPlayerMenuButton (TQWidget *, TQBoxLayout *, const char **, int = 0); @@ -57,7 +57,7 @@ protected: * The pop down menu from the controlpanel */ class KMPLAYER_EXPORT KMPlayerPopupMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: KMPlayerPopupMenu (TQWidget *); @@ -72,7 +72,7 @@ protected: * The volume bar from the controlpanel */ class KMPLAYER_EXPORT VolumeBar : public TQWidget { - Q_OBJECT + TQ_OBJECT public: VolumeBar (TQWidget * parent, View * view); @@ -95,7 +95,7 @@ private: * The controlpanel GUI */ class KMPLAYER_EXPORT ControlPanel : public TQWidget { - Q_OBJECT + TQ_OBJECT public: enum MenuID { |