From 102cd88d29f6d79b89da3455d86fa4fefeacdb89 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Mon, 5 Jan 2009 19:56:30 +0000 Subject: [PATCH] BUG: 178354 StyleOption isn't being exported correctly on some versions of gcc. svn path=/trunk/KDE/kdelibs/; revision=906246 --- containment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containment.h b/containment.h index 9be2de420..b626015c1 100644 --- a/containment.h +++ b/containment.h @@ -69,7 +69,7 @@ class PLASMA_EXPORT Containment : public Applet Q_OBJECT public: - class StyleOption : public QStyleOptionGraphicsItem + class PLASMA_EXPORT StyleOption : public QStyleOptionGraphicsItem { public: explicit StyleOption();