diff options
| author | Peter Penz <[email protected]> | 2009-11-06 18:02:55 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-06 18:02:55 +0000 |
| commit | 7746fdb9a33f544578e18931eecd563b94af913d (patch) | |
| tree | c393321f08b48f6f637579fcbef934787c142b31 /src/dolphinviewactionhandler.h | |
| parent | 49a1a72d5019ae092461c7d969c800416497ba51 (diff) | |
* provide descriptive tooltip texts for actions
* fixed some coding style issue (tabs...)
BUG: 213358
svn path=/trunk/KDE/kdebase/apps/; revision=1045751
Diffstat (limited to 'src/dolphinviewactionhandler.h')
| -rw-r--r-- | src/dolphinviewactionhandler.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h index d30cd044f..fb6c9528f 100644 --- a/src/dolphinviewactionhandler.h +++ b/src/dolphinviewactionhandler.h @@ -210,10 +210,10 @@ private Q_SLOTS: */ void slotProperties(); - /** - * Starts KHotNewStuff to download servicemenus. - */ - void slotGetServiceMenu(); + /** + * Starts KHotNewStuff to download servicemenus. + */ + void slotGetServiceMenu(); private: /** @@ -251,7 +251,6 @@ private: */ KToggleAction* columnsModeAction(); - KActionCollection* m_actionCollection; DolphinView* m_currentView; }; |
