┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-10-05 18:11:46 +0000
committerPeter Penz <[email protected]>2008-10-05 18:11:46 +0000
commit224f471a9f04605f15f807fdb5d35f46d104de7f (patch)
tree67bc75888d3cc52a81e7cdd5dffd194adbd40770 /src/dolphinviewcontainer.h
parent3b8df5665049f877863b963137c51350ae88ebb7 (diff)
update the statusbar and provide a progress information within the Dolphin KPart, so that Konqueror shows the same information as Dolphin (thanks to Simon St James for the patch!)
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=868210
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h
index 7c81384d2..f3ac48471 100644
--- a/src/dolphinviewcontainer.h
+++ b/src/dolphinviewcontainer.h
@@ -209,19 +209,6 @@ private slots:
void dropUrls(const KUrl& destination, QDropEvent* event);
private:
- /**
- * Returns the default text of the status bar, if no item is
- * selected.
- */
- QString defaultStatusBarText() const;
-
- /**
- * Returns the text for the status bar, if at least one item
- * is selected.
- */
- QString selectionStatusBarText() const;
-
-private:
bool m_showProgress;
DolphinMainWindow* m_mainWindow;