no need for EXPORT macro in a plugin

svn path=/trunk/KDE/kdebase/workspace/plasma/scriptengines/javascript/; revision=906362
This commit is contained in:
Carlo Segato 2009-01-06 01:04:07 +00:00
parent 4d8ac571a9
commit 599cffec5b

View File

@ -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