]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Same change as in r995015, but for usage in konq: Don't connect to KDirLister::itemDe...
authorDavid Faure <faure@kde.org>
Sun, 12 Jul 2009 01:00:14 +0000 (01:00 +0000)
committerDavid Faure <faure@kde.org>
Sun, 12 Jul 2009 01:00:14 +0000 (01:00 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=995123

src/dolphinpart.cpp

index 8fda67df65d8b1416fd98d2b15f1b85c8df69d4a..b8a39cffc6316f3b9f7f49ff5b928682d7fd0ecf 100644 (file)
@@ -116,7 +116,7 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantL
 
     // Watch for changes that should result in updates to the
     // status bar text.
 
     // Watch for changes that should result in updates to the
     // status bar text.
-    connect(m_dirLister, SIGNAL(deleteItem(const KFileItem&)),
+    connect(m_dirLister, SIGNAL(itemsDeleted(const KFileItemList&)),
             this, SLOT(updateStatusBar()));
     connect(m_dirLister, SIGNAL(clear()),
             this, SLOT(updateStatusBar()));
             this, SLOT(updateStatusBar()));
     connect(m_dirLister, SIGNAL(clear()),
             this, SLOT(updateStatusBar()));