summaryrefslogtreecommitdiffstats
path: root/src/kmplayer_part.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/kmplayer_part.h
parent9b9e4a7d357c905ccb58320ea436a901b83eebd9 (diff)
downloadkmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.tar.gz
kmplayer-bceb87c42839fae827243bb09d7185beafffbb1d.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kmplayer_part.h')
-rw-r--r--src/kmplayer_part.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kmplayer_part.h b/src/kmplayer_part.h
index f78899e..418607d 100644
--- a/src/kmplayer_part.h
+++ b/src/kmplayer_part.h
@@ -34,7 +34,7 @@ class JSCommandEntry;
*/
class KMPLAYER_NO_EXPORT KMPlayerHRefSource : public KMPlayer::Source {
Q_OBJECT
- TQ_OBJECT
+
public:
KMPlayerHRefSource (KMPlayer::PartBase * player);
virtual ~KMPlayerHRefSource ();
@@ -63,7 +63,7 @@ private:
*/
class KMPLAYER_NO_EXPORT KMPlayerBrowserExtension : public KParts::BrowserExtension {
Q_OBJECT
- TQ_OBJECT
+
public:
KMPlayerBrowserExtension(KMPlayerPart *parent);
KDE_NO_CDTOR_EXPORT ~KMPlayerBrowserExtension () {}
@@ -82,7 +82,7 @@ public slots:
*/
class KMPLAYER_NO_EXPORT KMPlayerLiveConnectExtension : public KParts::LiveConnectExtension {
Q_OBJECT
- TQ_OBJECT
+
public:
KMPlayerLiveConnectExtension (KMPlayerPart * parent);
~KMPlayerLiveConnectExtension ();
@@ -123,7 +123,7 @@ private:
*/
class KMPLAYER_NO_EXPORT KMPlayerPart : public KMPlayer::PartBase {
Q_OBJECT
- TQ_OBJECT
+
friend struct GroupPredicate;
public:
enum Features {