X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/dd34d651b5d1d4289d39bbd75b696ec5e1d6d0b3..b5eca6dc2aaa6f90d7dc2fe27ab9ccc45aee77f2:/src/dolphinpart.cpp diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 5bb59ec04..092d2e14a 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -75,8 +75,8 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QStringLi this, SLOT(slotItemTriggered(KFileItem))); connect(m_view, SIGNAL(requestContextMenu(KFileItem, const KUrl&)), this, SLOT(slotOpenContextMenu(KFileItem, const KUrl&))); - connect(m_view, SIGNAL(selectionChanged(QList)), - m_extension, SIGNAL(selectionInfo(QList))); + connect(m_view, SIGNAL(selectionChanged(KFileItemList)), + m_extension, SIGNAL(selectionInfo(KFileItemList))); connect(m_view, SIGNAL(requestItemInfo(KFileItem)), this, SLOT(slotRequestItemInfo(KFileItem)));