Remove K_EXPORT_PLUGIN macro from kpart
This commit is contained in:
parent
7554419e1d
commit
b57678f5d1
@ -42,7 +42,6 @@
|
|||||||
#include "plasmakpartview.h"
|
#include "plasmakpartview.h"
|
||||||
|
|
||||||
K_PLUGIN_FACTORY(plasmaKPartFactory, registerPlugin<PlasmaKPart>();)
|
K_PLUGIN_FACTORY(plasmaKPartFactory, registerPlugin<PlasmaKPart>();)
|
||||||
K_EXPORT_PLUGIN(plasmaKPartFactory("plasma-kpart","plasma-kpart") )
|
|
||||||
|
|
||||||
PlasmaKPart::PlasmaKPart(QWidget *parentWidget, QObject *parent, const QVariantList &args)
|
PlasmaKPart::PlasmaKPart(QWidget *parentWidget, QObject *parent, const QVariantList &args)
|
||||||
: KParts::ReadOnlyPart(parent),
|
: KParts::ReadOnlyPart(parent),
|
||||||
|
Loading…
Reference in New Issue
Block a user