From 07f31c208790eaff918d7f08f442840c088dbe78 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 12 Nov 2009 22:45:47 +0000 Subject: Show a progress information when doing a Nepomuk search. As "sideeffect" some KDE3 relicts for the progress bar code have been removed too... svn path=/trunk/KDE/kdebase/apps/; revision=1048225 --- src/statusbar/dolphinstatusbar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/statusbar/dolphinstatusbar.h') diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h index a07313bab..2fed4788d 100644 --- a/src/statusbar/dolphinstatusbar.h +++ b/src/statusbar/dolphinstatusbar.h @@ -127,8 +127,6 @@ protected: virtual void resizeEvent(QResizeEvent* event); private slots: - void updateProgressInfo(); - /** * Is invoked, when the URL of the DolphinView, where the * statusbar belongs too, has been changed. The space information @@ -153,6 +151,8 @@ private slots: void showZoomSliderToolTip(int zoomLevel); private: + void updateProgressInfo(); + /** * Makes the space information widget and zoom slider widget * visible, if \a visible is true and the settings allow to show -- cgit v1.3.1