if you export it maybe then you can actually use it right?

svn path=/trunk/KDE/kdelibs/; revision=1017581
This commit is contained in:
Marco Martin 2009-08-30 23:11:04 +00:00
parent 087e42ead7
commit d04a5b7624

View File

@ -23,6 +23,7 @@
#include <QGraphicsWidget> #include <QGraphicsWidget>
#include <plasma/plasma_export.h>
/** /**
* @class ItemBackground plasma/widgets/itembackground.h * @class ItemBackground plasma/widgets/itembackground.h
@ -36,7 +37,7 @@ namespace Plasma {
class FrameSvg; class FrameSvg;
class ItemBackgroundPrivate; class ItemBackgroundPrivate;
class ItemBackground : public QGraphicsWidget class PLASMA_EXPORT ItemBackground : public QGraphicsWidget
{ {
Q_OBJECT Q_OBJECT
public: public: