diff options
| author | Peter Penz <[email protected]> | 2009-08-29 19:35:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-08-29 19:35:59 +0000 |
| commit | 625cfd274375614fb85100cf4adc06244ff16cf8 (patch) | |
| tree | 01879c79ea229bddd65b20e0e70242633bd15330 /src/dolphincolumnviewcontainer.h | |
| parent | 60d28ca5c92baeb6613ac87cad53a188bd3de6eb (diff) | |
- fix focus issue in column-view
- minor interface corrections
svn path=/trunk/KDE/kdebase/apps/; revision=1017162
Diffstat (limited to 'src/dolphincolumnviewcontainer.h')
| -rw-r--r-- | src/dolphincolumnviewcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincolumnviewcontainer.h b/src/dolphincolumnviewcontainer.h index 0d8c87b16..10c2905fa 100644 --- a/src/dolphincolumnviewcontainer.h +++ b/src/dolphincolumnviewcontainer.h @@ -56,7 +56,7 @@ public: * Shows the column which represents the URL \a url. If the column * is already shown, it gets activated, otherwise it will be created. */ - bool showColumn(const KUrl& url); + void showColumn(const KUrl& url); signals: /** |
