summaryrefslogtreecommitdiffstats
path: root/src/xineplayer.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/xineplayer.h
parent9b9e4a7d357c905ccb58320ea436a901b83eebd9 (diff)
downloadkmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.tar.gz
kmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/xineplayer.h')
-rw-r--r--src/xineplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xineplayer.h b/src/xineplayer.h
index 0a40fc4..e9aec41 100644
--- a/src/xineplayer.h
+++ b/src/xineplayer.h
@@ -51,7 +51,7 @@ struct XineProgressEvent : public TQEvent {
class KXinePlayer : public TQApplication {
Q_OBJECT
- TQ_OBJECT
+
public:
KXinePlayer (int argc, char ** argv);
~KXinePlayer ();