]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Ooops, fix name of componentdata so that the dolphinpart GUI is found again.
authorDavid Faure <faure@kde.org>
Sun, 4 May 2008 21:15:14 +0000 (21:15 +0000)
committerDavid Faure <faure@kde.org>
Sun, 4 May 2008 21:15:14 +0000 (21:15 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=804036

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)