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
v3.5.13-sru
tpearson 13 years ago
parent 147b8fea24
commit 2a98648e2c

@ -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 );

Loading…
Cancel
Save