]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.cpp
Improve the performance of the code part which checks which items are visible. Althou...
[dolphin.git] / src / dolphinpart.cpp
index a6a64c283c3ec9e932e5f1f9d648c6404d132587..0f8c7245338d69a94c2cf738863bff311afd699a 100644 (file)
@@ -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)