From 214ee5de3fab8db92db116496b73200e466b41de Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 25 Jan 2007 16:56:52 +0000 Subject: Use KNewMenu instead of custom implementation of Dolphin. TODO: currently errors are indicated automatically in a message box KNewMenu. In Dolphin modal dialogs having only an "OK" button are not used -> it would be nice if Dolphin could handle the errors in a custom way. svn path=/trunk/playground/utils/dolphin/; revision=627085 --- src/dolphinview.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'src/dolphinview.h') 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; -- cgit v1.3