diff options
| author | Peter Penz <[email protected]> | 2007-01-25 16:56:52 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-01-25 16:56:52 +0000 |
| commit | 214ee5de3fab8db92db116496b73200e466b41de (patch) | |
| tree | 261263d71eb1a88acb979c0b99120e955e23e9c9 /src/dolphinview.h | |
| parent | 78d1167c38be4318114aa8ae4b7d433c12f86b77 (diff) | |
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
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 16 |
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; |
