From afbc01ea66a2063bb9a10ca61ec6f823ecc46087 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Mon, 1 Jan 2007 04:31:43 +0000 Subject: [PATCH] export this class svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=618308 --- theme.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme.h b/theme.h index eeb9977c7..19f8ec56b 100644 --- a/theme.h +++ b/theme.h @@ -21,10 +21,12 @@ #include +#include + namespace Plasma { -class Theme : public QObject +KDE_EXPORT class Theme : public QObject { Q_OBJECT