From d04a5b762450df352fa2d90b2a0ae7237daf7257 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Sun, 30 Aug 2009 23:11:04 +0000 Subject: [PATCH] if you export it maybe then you can actually use it right? svn path=/trunk/KDE/kdelibs/; revision=1017581 --- widgets/itembackground.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/widgets/itembackground.h b/widgets/itembackground.h index 2b311a2b7..f68c56884 100644 --- a/widgets/itembackground.h +++ b/widgets/itembackground.h @@ -23,6 +23,7 @@ #include +#include /** * @class ItemBackground plasma/widgets/itembackground.h @@ -36,7 +37,7 @@ namespace Plasma { class FrameSvg; class ItemBackgroundPrivate; -class ItemBackground : public QGraphicsWidget +class PLASMA_EXPORT ItemBackground : public QGraphicsWidget { Q_OBJECT public: