From 5ad129ac78be046471a172f1e42d716dc0a4485b Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 4 May 2008 21:15:14 +0000 Subject: Ooops, fix name of componentdata so that the dolphinpart GUI is found again. svn path=/trunk/KDE/kdebase/apps/; revision=804036 --- src/dolphinpart.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dolphinpart.cpp') 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) -- cgit v1.3