diff --git a/amarok/src/osd.h b/amarok/src/osd.h index 72e80d9a..de2847ce 100644 --- a/amarok/src/osd.h +++ b/amarok/src/osd.h @@ -37,7 +37,7 @@ class OSDWidget : public QWidget public slots: /** calls setText() then show(), after setting image if needed */ - void show( const TQString &text, TQImage newImage = TQImage::TQImage() ); + void show( const TQString &text, TQImage newImage = TQImage() ); void ratingChanged( const short rating ); void ratingChanged( const TQString& path, int rating ); void volChanged( unsigned char volume );