From b28a5a6248059566e16c9fcf887b5545034ba52f Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 11 Apr 2012 16:42:46 +0200 Subject: Minor API-cleanups for DolphinView --- src/dolphinviewcontainer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index de3bd60a6..a853671db 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -162,13 +162,13 @@ private slots: * Updates the statusbar to show an undetermined progress with the correct * context information whether a searching or a directory loading is done. */ - void slotStartedDirLoading(); + void slotDirLoadingStarted(); /** * Assures that the viewport position is restored and updates the * statusbar to reflect the current content. */ - void slotFinishedDirLoading(); + void slotDirLoadingCompleted(); /** * Handles clicking on an item. If the item is a directory, the -- cgit v1.3