From b57678f5d199caab94c7e52c7ec937ef8d27caea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Wed, 7 Aug 2013 02:54:20 +0200 Subject: [PATCH] Remove K_EXPORT_PLUGIN macro from kpart --- src/kpart/plasmakpart.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kpart/plasmakpart.cpp b/src/kpart/plasmakpart.cpp index e1a1830f8..45a6523ad 100644 --- a/src/kpart/plasmakpart.cpp +++ b/src/kpart/plasmakpart.cpp @@ -42,7 +42,6 @@ #include "plasmakpartview.h" K_PLUGIN_FACTORY(plasmaKPartFactory, registerPlugin();) -K_EXPORT_PLUGIN(plasmaKPartFactory("plasma-kpart","plasma-kpart") ) PlasmaKPart::PlasmaKPart(QWidget *parentWidget, QObject *parent, const QVariantList &args) : KParts::ReadOnlyPart(parent),