removed obsolete code: don't connect to nonexisting slots (thanks to Albert for pointing this out)

CCMAIL: aacid@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=728741
This commit is contained in:
Peter Penz 2007-10-24 05:35:23 +00:00
parent 2a0ab25c1b
commit 5c39ae2675
2 changed files with 0 additions and 4 deletions

View file

@ -59,8 +59,6 @@ DolphinColumnView::DolphinColumnView(QWidget* parent, DolphinController* control
setFocusPolicy(Qt::NoFocus);
setFrameShape(QFrame::NoFrame);
connect(this, SIGNAL(entered(const QModelIndex&)),
controller, SLOT(emitItemEntered(const QModelIndex&)));
connect(this, SIGNAL(viewportEntered()),
controller, SLOT(emitViewportEntered()));
connect(controller, SIGNAL(zoomIn()),

View file

@ -89,8 +89,6 @@ void TreeViewSidebarPage::showEvent(QShowEvent* event)
m_dirLister->setDelayedMimeTypes(true);
m_dirLister->setAutoErrorHandlingEnabled(false, this);
connect(m_dirLister, SIGNAL(started(const KUrl&)),
this, SLOT(slotDirListerStarted(const KUrl&)));
connect(m_dirLister, SIGNAL(completed()),
this, SLOT(triggerLoadSubTree()));