From 90e532395b3fb03d063983a70c164f380ee9bc2a Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Tue, 17 Jul 2012 18:42:07 +0200 Subject: [PATCH] compile fix --- src/TomahawkWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TomahawkWindow.cpp b/src/TomahawkWindow.cpp index 8ad2ee3a9..09e6fe70d 100644 --- a/src/TomahawkWindow.cpp +++ b/src/TomahawkWindow.cpp @@ -1044,7 +1044,7 @@ void TomahawkWindow::audioFinished() { #ifdef Q_OS_WIN - disconnect( AudioEngine::instance()->currentTrack()->toQuery().data(), SIGNAL( socialActionsLoaded() ), SLOT( updateWindowsLoveButton() ) ); + disconnect( AudioEngine::instance()->currentTrack()->toQuery().data(), SIGNAL( socialActionsLoaded() ), this, SLOT( updateWindowsLoveButton() ) ); #endif }