]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.cpp
Ooops, fix name of componentdata so that the dolphinpart GUI is found again.
[dolphin.git] / src / dolphinpart.cpp
index be89fcc5a815cd77d5fd7308b062674a316f78f0..2277ca1db6cceb8e8bb18313a9e74a46bca37ae3 100644 (file)
@@ -43,7 +43,9 @@
 #include <QClipboard>
 
 K_PLUGIN_FACTORY(DolphinPartFactory, registerPlugin<DolphinPart>();)
-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)