summaryrefslogtreecommitdiffstats
path: root/kaboodle/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaboodle/view.h')
-rw-r--r--kaboodle/view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kaboodle/view.h b/kaboodle/view.h
index 4e2f3edf..5aa2a6b7 100644
--- a/kaboodle/view.h
+++ b/kaboodle/view.h
@@ -45,9 +45,10 @@ namespace Kaboodle
class View : public KMediaPlayer::View
{
Q_OBJECT
+ TQ_OBJECT
public:
- View(TQWidget *parent, const char *name, Player *player);
+ View(TQWidget *tqparent, const char *name, Player *player);
virtual ~View(void);
/**