From 6c3d9acbc22ea9463ba40ef84c9e8c8419dfacf3 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 11 Apr 2012 16:06:18 +0200 Subject: KItemViews: Internal directory restructuration - Move all private headers from the kitemviews-directory into the 'private' subdirectory. - Get rid of DolphinDirLister and just use a directory-lister internally in KFileItemModel. - Minor interface-cleanups for signals --- src/dolphinviewcontainer.h | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 734021aa9..de3bd60a6 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -154,21 +154,21 @@ private slots: */ void updateStatusBar(); - void updateLoadingProgress(int percent); + void updateDirLoadingProgress(int percent); - void updateSortProgress(int percent); + void updateSortingProgress(int percent); /** * Updates the statusbar to show an undetermined progress with the correct * context information whether a searching or a directory loading is done. */ - void slotStartedPathLoading(); + void slotStartedDirLoading(); /** * Assures that the viewport position is restored and updates the * statusbar to reflect the current content. */ - void slotFinishedPathLoading(); + void slotFinishedDirLoading(); /** * Handles clicking on an item. If the item is a directory, the @@ -177,13 +177,6 @@ private slots: */ void slotItemActivated(const KFileItem& item); - /** - * Opens a the file \a url by opening the corresponding application. - * Is connected with the signal urlIsFile() from DolphinDirLister and will - * get invoked if the user manually has entered a file into the URL navigator. - */ - void openFile(const KUrl& url); - /** * Shows the information for the item \a item inside the statusbar. If the * item is null, the default statusbar information is shown. -- cgit v1.3