diff --git a/src/libtomahawk/Artist.h b/src/libtomahawk/Artist.h
index 03c2ae1c5..0bb5ec001 100644
--- a/src/libtomahawk/Artist.h
+++ b/src/libtomahawk/Artist.h
@@ -89,6 +89,7 @@ signals:
     void statsLoaded();
 
 private slots:
+    void onTracksLoaded( Tomahawk::ModelMode mode, const Tomahawk::collection_ptr& collection );
     void onAlbumsFound( const QList<Tomahawk::album_ptr>& albums, const QVariant& collectionIsNull = QVariant( false ) );
 
     void infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestData, QVariant output );