proper export
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=669388
This commit is contained in:
parent
cb9218e89d
commit
c7b7b5b8ca
@ -23,9 +23,8 @@
|
||||
#include <QtGui/QGraphicsTextItem>
|
||||
#include <QtGui/QLayoutItem>
|
||||
|
||||
#include <kdemacros.h>
|
||||
|
||||
#include <dataengine.h>
|
||||
#include <plasma_export.h>
|
||||
|
||||
//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:
|
||||
|
Loading…
Reference in New Issue
Block a user