diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:59:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:59:44 -0600 |
commit | bceb87c42839fae827243bb09d7185beafffbb1d (patch) | |
tree | 5491932f23278d0ed467d4c777e61f0d6122de6b /src/kmplayercontrolpanel.h | |
parent | 9b9e4a7d357c905ccb58320ea436a901b83eebd9 (diff) | |
download | kmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.tar.gz kmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.zip |
Remove spurious TQ_OBJECT instances
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 140e553..4cd8df5 100644 --- a/src/kmplayercontrolpanel.h +++ b/src/kmplayercontrolpanel.h @@ -43,7 +43,7 @@ class View; */ class KMPLAYER_NO_EXPORT KMPlayerMenuButton : public TQPushButton { Q_OBJECT - TQ_OBJECT + public: KMPlayerMenuButton (TQWidget *, TQBoxLayout *, const char **, int = 0); KDE_NO_CDTOR_EXPORT ~KMPlayerMenuButton () {} @@ -58,7 +58,7 @@ protected: */ class KMPLAYER_EXPORT KMPlayerPopupMenu : public KPopupMenu { Q_OBJECT - TQ_OBJECT + public: KMPlayerPopupMenu (TQWidget *); KDE_NO_CDTOR_EXPORT ~KMPlayerPopupMenu () {} @@ -73,7 +73,7 @@ protected: */ class KMPLAYER_EXPORT VolumeBar : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VolumeBar (TQWidget * parent, View * view); ~VolumeBar (); @@ -96,7 +96,7 @@ private: */ class KMPLAYER_EXPORT ControlPanel : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum MenuID { menu_config = 0, menu_player, menu_fullscreen, menu_volume, |