┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-06-10 09:15:19 +0000
committerDavid Faure <[email protected]>2008-06-10 09:15:19 +0000
commit162436801d3fc51808dd9225e27d41e0333e4f60 (patch)
tree04319afd341cc6f3047d038c81f4d1cb0d22a16a /src/dolphinpart.cpp
parente5840f23f9cb8acdf0b7fe7e73287236299829c7 (diff)
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 <[email protected]> svn path=/trunk/KDE/kdebase/apps/; revision=818989
Diffstat (limited to 'src/dolphinpart.cpp')
-rw-r--r--src/dolphinpart.cpp2
1 files changed, 1 insertions, 1 deletions
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 <QClipboard>
K_PLUGIN_FACTORY(DolphinPartFactory, registerPlugin<DolphinPart>();)
-K_EXPORT_PLUGIN(DolphinPartFactory("dolphin"))
+K_EXPORT_PLUGIN(DolphinPartFactory("dolphinpart", "dolphin"))
DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantList& args)
: KParts::ReadOnlyPart(parent)