From: David Faure Date: Thu, 29 May 2008 00:01:59 +0000 (+0000) Subject: fix wrong connect X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/091d15582b311056f1fe05f5d5c922d4e46c3129 fix wrong connect svn path=/trunk/KDE/kdebase/apps/; revision=813967 --- diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index afd1e522d..7e0a91e75 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -102,7 +102,7 @@ DolphinView::DolphinView(QWidget* parent, 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&)));