diff options
Diffstat (limited to 'juk/statuslabel.h')
-rw-r--r-- | juk/statuslabel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/juk/statuslabel.h b/juk/statuslabel.h index f0a64393..a2411622 100644 --- a/juk/statuslabel.h +++ b/juk/statuslabel.h @@ -28,9 +28,10 @@ class FileHandle; class StatusLabel : public TQHBox, public PlaylistObserver { Q_OBJECT + TQ_OBJECT public: - StatusLabel(PlaylistInterface *playlist, TQWidget *parent = 0, const char *name = 0); + StatusLabel(PlaylistInterface *playlist, TQWidget *tqparent = 0, const char *name = 0); virtual ~StatusLabel(); virtual void updateCurrent(); |