┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-05-29 00:01:59 +0000
committerDavid Faure <[email protected]>2008-05-29 00:01:59 +0000
commit091d15582b311056f1fe05f5d5c922d4e46c3129 (patch)
tree751a4428b57f20c48c58cfbcec95c8e25772787c /src
parent707f9a940973128933b183e7ce36a807ea44e941 (diff)
fix wrong connect
svn path=/trunk/KDE/kdebase/apps/; revision=813967
Diffstat (limited to 'src')
-rw-r--r--src/dolphinview.cpp2
1 files changed, 1 insertions, 1 deletions
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&)));