From 40c71d5ce0f6978ce48eb67fd73ed211bab4e887 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 11 Apr 2012 21:52:15 +0200 Subject: KFileItemModel: interface cleanups Fix some naming inconsistencies regarding the usage of 'dir' vs. 'directory' vs. 'folder'. --- src/dolphinviewcontainer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index a853671db..b3c48ccf9 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -154,21 +154,21 @@ private slots: */ void updateStatusBar(); - void updateDirLoadingProgress(int percent); + void updateDirectoryLoadingProgress(int percent); - void updateSortingProgress(int percent); + void updateDirectorySortingProgress(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 slotDirLoadingStarted(); + void slotDirectoryLoadingStarted(); /** * Assures that the viewport position is restored and updates the * statusbar to reflect the current content. */ - void slotDirLoadingCompleted(); + void slotDirectoryLoadingCompleted(); /** * Handles clicking on an item. If the item is a directory, the -- cgit v1.3