summaryrefslogtreecommitdiffstats
path: root/src/kmplayerview.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 15:59:44 -0600
committerTimothy Pearson <[email protected]>2012-02-17 15:59:44 -0600
commitbceb87c42839fae827243bb09d7185beafffbb1d (patch)
tree5491932f23278d0ed467d4c777e61f0d6122de6b /src/kmplayerview.h
parent9b9e4a7d357c905ccb58320ea436a901b83eebd9 (diff)
downloadkmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.tar.gz
kmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kmplayerview.h')
-rw-r--r--src/kmplayerview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kmplayerview.h b/src/kmplayerview.h
index 696ad48..06ca60e 100644
--- a/src/kmplayerview.h
+++ b/src/kmplayerview.h
@@ -90,7 +90,7 @@ private:
*/
class KMPLAYER_EXPORT View : public KMediaPlayer::View {
Q_OBJECT
- TQ_OBJECT
+
public:
enum ControlPanelMode {
CP_Hide, CP_AutoHide, CP_Show, CP_Only /* no video widget */
@@ -210,7 +210,7 @@ private:
*/
class KMPLAYER_EXPORT Viewer : public QXEmbed {
Q_OBJECT
- TQ_OBJECT
+
public:
Viewer(TQWidget *parent, View * view);
~Viewer();