Remove K_EXPORT_PLUGIN macro from kpart

This commit is contained in:
Sebastian Kügler 2013-08-07 02:54:20 +02:00
parent 7554419e1d
commit b57678f5d1

View File

@ -42,7 +42,6 @@
#include "plasmakpartview.h"
K_PLUGIN_FACTORY(plasmaKPartFactory, registerPlugin<PlasmaKPart>();)
K_EXPORT_PLUGIN(plasmaKPartFactory("plasma-kpart","plasma-kpart") )
PlasmaKPart::PlasmaKPart(QWidget *parentWidget, QObject *parent, const QVariantList &args)
: KParts::ReadOnlyPart(parent),