diff options
Diffstat (limited to 'kaboodle/player.h')
-rw-r--r-- | kaboodle/player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaboodle/player.h b/kaboodle/player.h index 1fab8e3c..67bc2e65 100644 --- a/kaboodle/player.h +++ b/kaboodle/player.h @@ -43,7 +43,7 @@ class View; class BrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + public: BrowserExtension(Player *parent); @@ -52,7 +52,7 @@ public: class Player : public KMediaPlayer::Player { Q_OBJECT - TQ_OBJECT + public: Player(TQWidget *widgetParent, const char *widgetName, |