Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 749d95b410bf3bb4e88011a8139ff957 > files > 7

lastfm-player-1.3.1.0-3mdv2008.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
         {