diff options
| author | Peter Penz <[email protected]> | 2012-04-11 16:42:46 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-04-11 16:43:11 +0200 |
| commit | b28a5a6248059566e16c9fcf887b5545034ba52f (patch) | |
| tree | 0e0d81cf4727c479f44649ae3c02de598800698a /src/dolphinviewcontainer.h | |
| parent | 6c3d9acbc22ea9463ba40ef84c9e8c8419dfacf3 (diff) | |
Minor API-cleanups for DolphinView
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
