From kde-commits Thu May 29 00:02:00 2008 From: David Faure Date: Thu, 29 May 2008 00:02:00 +0000 To: kde-commits Subject: KDE/kdebase/apps/dolphin/src Message-Id: <1212019320.475668.13114.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121201932719268 SVN commit 813967 by dfaure: fix wrong connect M +1 -1 dolphinview.cpp --- trunk/KDE/kdebase/apps/dolphin/src/dolphinview.cpp #813966:813967 @@ -102,7 +102,7 @@ connect(m_controller, SIGNAL(urlChanged(const KUrl&)), this, SIGNAL(urlChanged(const KUrl&))); connect(m_controller, SIGNAL(requestUrlChange(const KUrl&)), - this, SIGNAL(slotRequestUrlChange(const KUrl&))); + this, SLOT(slotRequestUrlChange(const KUrl&))); connect(m_controller, SIGNAL(requestContextMenu(const QPoint&)), this, SLOT(openContextMenu(const QPoint&)));