diff options
| author | Chusslove Illich <[email protected]> | 2008-06-10 09:07:59 +0000 |
|---|---|---|
| committer | Chusslove Illich <[email protected]> | 2008-06-10 09:07:59 +0000 |
| commit | e5840f23f9cb8acdf0b7fe7e73287236299829c7 (patch) | |
| tree | 82e6732bc961a9fd440955fb4fcd0171e2c974d1 /src/dolphinpart.cpp | |
| parent | 11bf9d8dbb25ce254135454761bd0f138f06a8a3 (diff) | |
Revert 818910 and do it properly (patch by dfaure).
svn path=/trunk/KDE/kdebase/apps/; revision=818988
Diffstat (limited to 'src/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index c566a4691..a6a64c283 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -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("dolphin")) DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantList& args) : KParts::ReadOnlyPart(parent) |
