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/QGraphicsTextItem>
|
||||||
#include <QtGui/QLayoutItem>
|
#include <QtGui/QLayoutItem>
|
||||||
|
|
||||||
#include <kdemacros.h>
|
|
||||||
|
|
||||||
#include <dataengine.h>
|
#include <dataengine.h>
|
||||||
|
#include <plasma_export.h>
|
||||||
|
|
||||||
//TODO
|
//TODO
|
||||||
//Please Document this class
|
//Please Document this class
|
||||||
@ -36,9 +35,9 @@ namespace Plasma
|
|||||||
/**
|
/**
|
||||||
* Class that emulates a QPushButton inside plasma
|
* Class that emulates a QPushButton inside plasma
|
||||||
*/
|
*/
|
||||||
class KDE_EXPORT PushButton : public QObject,
|
class PLASMA_EXPORT PushButton : public QObject,
|
||||||
public QGraphicsItem,
|
public QGraphicsItem,
|
||||||
public QLayoutItem
|
public QLayoutItem
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user