Guys,
Sorry I forgot to post this, but I'd sent it from an account that wasn't on the trinity-devel list and it got bounced. amarok/src/osd.h has a constructor that needs fixing:
--- amarok/src/osd.h +++ amarok/src/osd.h 2011-02-26 14:45:04.000000000 -0600 @@ -37,7 +37,7 @@
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 );