From: David Faure Date: Sun, 4 May 2008 21:15:14 +0000 (+0000) Subject: Ooops, fix name of componentdata so that the dolphinpart GUI is found again. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/5ad129ac78be046471a172f1e42d716dc0a4485b?ds=inline Ooops, fix name of componentdata so that the dolphinpart GUI is found again. svn path=/trunk/KDE/kdebase/apps/; revision=804036 --- diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index be89fcc5a..2277ca1db 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -43,7 +43,9 @@ #include K_PLUGIN_FACTORY(DolphinPartFactory, registerPlugin();) -K_EXPORT_PLUGIN(DolphinPartFactory("dolphin")) +// The componentdata name must be dolphinpart so that dolphinpart.rc is found +// Alternatively we would have to install it as dolphin/dolphinpart.rc +K_EXPORT_PLUGIN(DolphinPartFactory("dolphinpart")) DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantList& args) : KParts::ReadOnlyPart(parent)