trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2011

amarok/src/osd.h constructor problem

From: "David C. Rankin" <drankinatty@...>
Date: Tue, 01 Mar 2011 22:58:58 -0600
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 );


-- 
David C. Rankin, J.D.,P.E.