Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 05e54b38f03defc8247bc20364f31d9e > files > 7

lastfm-player-1.3.1.0-2mdv2008.0.src.rpm

--- last.fm-1.3.0.62.orig/src/libLastFmTools/draglabel.cpp
+++ last.fm-1.3.0.62/src/libLastFmTools/draglabel.cpp
@@ -560,7 +560,7 @@
         if ( index != -1 )
         {
             //QToolTip::showText( helpEvent->globalPos(), m_items[index].m_tooltip, this, m_hfwLayout.at( index ) );
-            QToolTip::showText( helpEvent->globalPos(), m_items[index].m_tooltip );
+            QToolTip::showText( helpEvent->globalPos(), m_items[index].m_tooltip, this );
         }
         else
         {