From a5c75b52fea0ab73692df4a8f8a4437e80774b0c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 31 Dec 2010 11:06:49 +0000 Subject: SVN_SILENT: Don't connect to non-existing signal/slot svn path=/trunk/KDE/kdebase/apps/; revision=1210426 --- src/dolphinmainwindow.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 64f26387f..d19232dff 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1712,7 +1712,6 @@ void DolphinMainWindow::setupDockWidgets() PlacesPanel* placesPanel = new PlacesPanel(placesDock); placesPanel->setModel(DolphinSettings::instance().placesModel()); placesPanel->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); - connect(placesPanel, SIGNAL(lockChangeRequested(bool)), this, SLOT(slotPanelLockChangeRequested(bool))); placesDock->setWidget(placesPanel); QAction* placesAction = placesDock->toggleViewAction(); -- cgit v1.3