┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 0d178fc51..cc9f11dc1 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -324,21 +324,19 @@ public:
*/
DolphinMainWindow* mainWindow() const ;
-public slots:
+ /** Reloads the current directory. */
void reload();
- void slotUrlListDropped(QDropEvent* event,
- const KUrl::List& urls,
- const KUrl& url);
/**
- * Popups the filter bar above the status bar if \a show is true.
+ * Declare this View as the activeview of the mainWindow()
*/
- void showFilterBar(bool show);
+ void declareViewActive();
+public slots:
/**
- * Declare this View as the activeview of the mainWindow()
+ * Popups the filter bar above the status bar if \a show is true.
*/
- void declareViewActive();
+ void showFilterBar(bool show);
/**
* Updates the number of items (= number of files + number of
@@ -473,7 +471,7 @@ private:
DolphinIconsView* m_iconsView;
DolphinDetailsView* m_detailsView;
- FilterBar *m_filterBar;
+ FilterBar* m_filterBar;
DolphinStatusBar* m_statusBar;
KDirModel* m_dirModel;