no need for EXPORT macro in a plugin
svn path=/trunk/KDE/kdebase/workspace/plasma/scriptengines/javascript/; revision=906362
This commit is contained in:
parent
4d8ac571a9
commit
599cffec5b
@ -22,7 +22,6 @@
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
||||
#include <plasma/plasma_export.h>
|
||||
#include <plasma/applet.h>
|
||||
|
||||
class QGraphicsWidget;
|
||||
@ -36,7 +35,7 @@ class UiLoaderPrivate;
|
||||
*
|
||||
* @author Richard J. Moore, <rich@kde.org>
|
||||
*/
|
||||
class PLASMA_EXPORT UiLoader : public QObject
|
||||
class UiLoader : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user