fix wrong connect

svn path=/trunk/KDE/kdebase/apps/; revision=813967
This commit is contained in:
David Faure 2008-05-29 00:01:59 +00:00
parent 707f9a9409
commit 091d15582b

View file

@ -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&)));