export the classes

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=810061
This commit is contained in:
Aaron J. Seigo 2008-05-19 23:17:44 +00:00
parent 60f253cad5
commit 9abfe2e1d0
6 changed files with 18 additions and 6 deletions

View File

@ -23,12 +23,14 @@
#include <QGraphicsProxyWidget> #include <QGraphicsProxyWidget>
#include <plasma/plasma_export.h>
class QCheckBox; class QCheckBox;
namespace Plasma namespace Plasma
{ {
class CheckBox : public QGraphicsProxyWidget class PLASMA_EXPORT CheckBox : public QGraphicsProxyWidget
{ {
Q_OBJECT Q_OBJECT

View File

@ -23,12 +23,14 @@
#include <QGraphicsProxyWidget> #include <QGraphicsProxyWidget>
#include <plasma/plasma_export.h>
class QLabel; class QLabel;
namespace Plasma namespace Plasma
{ {
class Label : public QGraphicsProxyWidget class PLASMA_EXPORT Label : public QGraphicsProxyWidget
{ {
Q_OBJECT Q_OBJECT

View File

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

View File

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

View File

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

View File

@ -23,12 +23,14 @@
#include <QGraphicsProxyWidget> #include <QGraphicsProxyWidget>
#include <plasma/plasma_export.h>
class <Native>; class <Native>;
namespace Plasma namespace Plasma
{ {
class <Name> : public QGraphicsProxyWidget class PLASMA_EXPORT <Name> : public QGraphicsProxyWidget
{ {
Q_OBJECT Q_OBJECT