From 96a90af296f9536b9cb827932c7468818700c95e Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 28 Nov 2012 15:34:10 +0100 Subject: [PATCH] * Fixed compiling. --- src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.h b/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.h index 7175ea64e..87996e82a 100644 --- a/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.h +++ b/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.h @@ -50,7 +50,7 @@ namespace Ui class MetaArtistInfoInterface; -class DLLEXPORT ArtistInfoWidget : public QDeclarativeView, public Tomahawk::ViewPage +class DLLEXPORT ArtistInfoWidget : public QWidget, public Tomahawk::ViewPage { Q_OBJECT