]> cloud.milkyroute.net Git - dolphin.git/commitdiff
fix wrong connect
authorDavid Faure <faure@kde.org>
Thu, 29 May 2008 00:01:59 +0000 (00:01 +0000)
committerDavid Faure <faure@kde.org>
Thu, 29 May 2008 00:01:59 +0000 (00:01 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=813967

src/dolphinview.cpp

index afd1e522d7b568bd0d5ce6af9c02428721583e4d..7e0a91e753e8ed44b57efa95c34d6b15df515ee4 100644 (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&)));