diff options
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 1c6f8a6bc..15a0ae6a8 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -104,7 +104,7 @@ public: const DolphinView* view() const; DolphinView* view(); - + /** * Refreshes the view container to get synchronized with the (updated) Dolphin settings. */ @@ -206,13 +206,13 @@ private slots: * into the URL navigator. */ void saveRootUrl(const KUrl& url); - + /** * Is connected with the URL navigator and drops the URLs * above the destination \a destination. */ void dropUrls(const KUrl& destination, QDropEvent* event); - + /** * Is invoked when a redirection is done and changes the * URL of the URL navigator to \a newUrl without triggering |
