┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2009-07-12 01:00:14 +0000
committerDavid Faure <[email protected]>2009-07-12 01:00:14 +0000
commit2df2d4ea7ee63a43a327b4ffb1c5cddd176aff91 (patch)
tree74cf58e9efeb8fe407d81c81cf48fa5fefb0232d /src/dolphinpart.cpp
parent430c2e768c58399bc998df8cd3f499f1bd48b9ea (diff)
Same change as in r995015, but for usage in konq: Don't connect to KDirLister::itemDeleted(const KFileItem&), but KDirLister::itemsDeleted(const KFileItemList&).
svn path=/trunk/KDE/kdebase/apps/; revision=995123
Diffstat (limited to 'src/dolphinpart.cpp')
-rw-r--r--src/dolphinpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index 8fda67df6..b8a39cffc 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -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.
- 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()));