From c7b7b5b8ca3de76b6004dd4bb51d2167d6c3ad15 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Tue, 29 May 2007 07:54:41 +0000 Subject: [PATCH] proper export svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=669388 --- widgets/pushbutton.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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: