From 162436801d3fc51808dd9225e27d41e0333e4f60 Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 10 Jun 2008 09:15:19 +0000 Subject: Argh my last patch broke plugins. So revert 818988 and do it properly, for real this time :) KPluginFactory can take the catalog name as second argument, this is the best fix. CCMAIL: Chusslove Illich svn path=/trunk/KDE/kdebase/apps/; revision=818989 --- src/dolphinpart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinpart.cpp') diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index a6a64c283..0f8c72453 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -49,7 +49,7 @@ #include K_PLUGIN_FACTORY(DolphinPartFactory, registerPlugin();) -K_EXPORT_PLUGIN(DolphinPartFactory("dolphin")) +K_EXPORT_PLUGIN(DolphinPartFactory("dolphinpart", "dolphin")) DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantList& args) : KParts::ReadOnlyPart(parent) -- cgit v1.3