export the class

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=793439
This commit is contained in:
Aaron J. Seigo 2008-04-03 23:51:58 +00:00
parent 4c75796090
commit 391822437b

View File

@ -20,6 +20,7 @@
#ifndef PLASMA_WEBCONTENT_H #ifndef PLASMA_WEBCONTENT_H
#define PLASMA_WEBCONTENT_H #define PLASMA_WEBCONTENT_H
#include <plasma/plasma_export.h>
#include <plasma/widgets/widget.h> #include <plasma/widgets/widget.h>
class QWebPage; class QWebPage;
@ -32,7 +33,7 @@ class QGraphicsSceneWheelEvent;
namespace Plasma namespace Plasma
{ {
class WebContent : public Widget class PLASMA_EXPORT WebContent : public Widget
{ {
Q_OBJECT Q_OBJECT