diff --git a/widgets/webcontent.h b/widgets/webcontent.h index 10be00bde..a9da858cd 100644 --- a/widgets/webcontent.h +++ b/widgets/webcontent.h @@ -20,6 +20,7 @@ #ifndef PLASMA_WEBCONTENT_H #define PLASMA_WEBCONTENT_H +#include #include class QWebPage; @@ -32,7 +33,7 @@ class QGraphicsSceneWheelEvent; namespace Plasma { -class WebContent : public Widget +class PLASMA_EXPORT WebContent : public Widget { Q_OBJECT