From 203449110e1763cbaee332a9b15d171c333e2df4 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 29 May 2012 13:13:32 +0200 Subject: Get rid of obsolete DolphinPlacesModel --- src/dolphinmainwindow.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 355bc6fd4..df1954d07 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -80,8 +80,6 @@ #include #include -#include "views/dolphinplacesmodel.h" - #include #include #include @@ -123,10 +121,6 @@ DolphinMainWindow::DolphinMainWindow() : m_updateToolBarTimer(0), m_lastHandleUrlStatJob(0) { - DolphinPlacesModel::setModel(new KFilePlacesModel(this)); - connect(DolphinPlacesModel::instance(), SIGNAL(errorMessage(QString)), - this, SLOT(showErrorMessage(QString))); - // Workaround for a X11-issue in combination with KModifierInfo // (see DolphinContextMenu::initializeModifierKeyInfo() for // more information): -- cgit v1.3