From 2a98648e2c89cbb1265f842903c6370e71f544ae Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 3 Mar 2011 18:00:39 +0000 Subject: [PATCH] Fix invalid constructor for new GCC git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/amarok@1223570 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- amarok/src/osd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );