export these files too

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=810070
This commit is contained in:
Aaron J. Seigo 2008-05-19 23:25:56 +00:00
parent 03552da98a
commit c413c02ca7
3 changed files with 9 additions and 3 deletions

View File

@ -25,10 +25,12 @@
class QComboBox;
#include <plasma/plasma_export.h>
namespace Plasma
{
class ComboBox : public QGraphicsProxyWidget
class PLASMA_EXPORT ComboBox : public QGraphicsProxyWidget
{
Q_OBJECT

View File

@ -25,10 +25,12 @@
class QGroupBox;
#include <plasma/plasma_export.h>
namespace Plasma
{
class GroupBox : public QGraphicsProxyWidget
class PLASMA_EXPORT GroupBox : public QGraphicsProxyWidget
{
Q_OBJECT

View File

@ -25,10 +25,12 @@
class QTextEdit;
#include <plasma/plasma_export.h>
namespace Plasma
{
class TextEdit : public QGraphicsProxyWidget
class PLASMA_EXPORT TextEdit : public QGraphicsProxyWidget
{
Q_OBJECT