export symbol of declarative widget

svn path=/trunk/KDE/kdelibs/; revision=1183894
This commit is contained in:
Marco Martin 2010-10-08 15:47:02 +00:00
parent 10404ad413
commit 53f9fb56ed

View File

@ -22,6 +22,7 @@
#include <QtGui/QGraphicsWidget>
#include <plasma/plasma_export.h>
class QDeclarativeEngine;
class QDeclarativeComponent;
@ -44,7 +45,7 @@ class DeclarativeWidgetPrivate;
* tere will be its own QDeclarativeEngine with a single root object,
* described in the QML file.
*/
class DeclarativeWidget : public QGraphicsWidget
class PLASMA_EXPORT DeclarativeWidget : public QGraphicsWidget
{
Q_OBJECT