diff options
| author | Peter Penz <[email protected]> | 2008-02-15 19:32:14 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-02-15 19:32:14 +0000 |
| commit | 5bac7f6bde3181d44bc822ba05102e0d3c28050c (patch) | |
| tree | e931ed0101e9d290dfee67a5b74818bfd34f9990 /src/dolphinview.cpp | |
| parent | 12c6facfcef36b5ac1e4195fb256265f7fdeee60 (diff) | |
don't connect to a non-existent slot (the code for updateCutItems() is now part of the IconManager)
svn path=/trunk/KDE/kdebase/apps/; revision=775418
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 4b221a0e3..b531c6f55 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -86,9 +86,6 @@ DolphinView::DolphinView(QWidget* parent, m_topLayout->setSpacing(0); m_topLayout->setMargin(0); - connect(m_dirLister, SIGNAL(completed()), - this, SLOT(updateCutItems())); - m_controller = new DolphinController(this); m_controller->setUrl(url); |
