From c413c02ca730d7d9b7e7b28357966b9cda1d5923 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Mon, 19 May 2008 23:25:56 +0000 Subject: [PATCH] export these files too svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=810070 --- widgets/combobox.h | 4 +++- widgets/groupbox.h | 4 +++- widgets/textedit.h | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/widgets/combobox.h b/widgets/combobox.h index 15b63d6a3..fa83c0d48 100644 --- a/widgets/combobox.h +++ b/widgets/combobox.h @@ -25,10 +25,12 @@ class QComboBox; +#include + namespace Plasma { -class ComboBox : public QGraphicsProxyWidget +class PLASMA_EXPORT ComboBox : public QGraphicsProxyWidget { Q_OBJECT diff --git a/widgets/groupbox.h b/widgets/groupbox.h index b89ab1ec5..b9c0384fe 100644 --- a/widgets/groupbox.h +++ b/widgets/groupbox.h @@ -25,10 +25,12 @@ class QGroupBox; +#include + namespace Plasma { -class GroupBox : public QGraphicsProxyWidget +class PLASMA_EXPORT GroupBox : public QGraphicsProxyWidget { Q_OBJECT diff --git a/widgets/textedit.h b/widgets/textedit.h index b899c16e5..842efa3ff 100644 --- a/widgets/textedit.h +++ b/widgets/textedit.h @@ -25,10 +25,12 @@ class QTextEdit; +#include + namespace Plasma { -class TextEdit : public QGraphicsProxyWidget +class PLASMA_EXPORT TextEdit : public QGraphicsProxyWidget { Q_OBJECT