diff --git a/widgets/pushbutton.h b/widgets/pushbutton.h index 6b92e8b58..9f447829a 100644 --- a/widgets/pushbutton.h +++ b/widgets/pushbutton.h @@ -23,9 +23,8 @@ #include #include -#include - #include +#include //TODO //Please Document this class @@ -36,9 +35,9 @@ namespace Plasma /** * Class that emulates a QPushButton inside plasma */ -class KDE_EXPORT PushButton : public QObject, - public QGraphicsItem, - public QLayoutItem +class PLASMA_EXPORT PushButton : public QObject, + public QGraphicsItem, + public QLayoutItem { Q_OBJECT public: