summaryrefslogtreecommitdiffstats
path: root/src/kmplayercontrolpanel.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/kmplayercontrolpanel.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/kmplayercontrolpanel.h')
-rw-r--r--src/kmplayercontrolpanel.h8
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 {