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/xineplayer.h | |
parent | 9b9e4a7d357c905ccb58320ea436a901b83eebd9 (diff) | |
download | kmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.tar.gz kmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/xineplayer.h')
-rw-r--r-- | src/xineplayer.h | 2 |
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 (); |