mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22:52 +00:00
ark: adjust to kparts changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3e954e9c41
commit
b03dc82455
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ Part::Part(QWidget *parentWidget, QObject *parent, const QVariantList& args)
|
|||
m_jobTracker(0)
|
||||
{
|
||||
Q_UNUSED(args)
|
||||
setComponentData(Factory::componentData(), false);
|
||||
setComponentData(Factory::componentData());
|
||||
|
||||
new DndExtractAdaptor(this);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue