]> 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 c566a46918042711bfc138e5c58e98d9a96af243..0f8c7245338d69a94c2cf738863bff311afd699a 100644 (file)
@@ -49,9 +49,7 @@
 #include <QClipboard>
 
 K_PLUGIN_FACTORY(DolphinPartFactory, registerPlugin<DolphinPart>();)
-// 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"))
+K_EXPORT_PLUGIN(DolphinPartFactory("dolphinpart", "dolphin"))
 
 DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantList& args)
     : KParts::ReadOnlyPart(parent)