mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
dolphin: adjust to kparts changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6d98ab6cba
commit
7290f77b01
1 changed files with 1 additions and 3 deletions
|
@ -67,7 +67,7 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantL
|
|||
,m_removeAction(0)
|
||||
{
|
||||
Q_UNUSED(args)
|
||||
setComponentData(DolphinPartFactory::componentData(), false);
|
||||
setComponentData(DolphinPartFactory::componentData());
|
||||
m_extension = new DolphinPartBrowserExtension(this);
|
||||
|
||||
// make sure that other apps using this part find Dolphin's view-file-columns icons
|
||||
|
@ -138,8 +138,6 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantL
|
|||
|
||||
// TODO there was a "always open a new window" (when clicking on a directory) setting in konqueror
|
||||
// (sort of spacial navigation)
|
||||
|
||||
loadPlugins(this, this, componentData());
|
||||
}
|
||||
|
||||
DolphinPart::~DolphinPart()
|
||||
|
|
Loading…
Add table
Reference in a new issue