diff options
| author | Peter Penz <[email protected]> | 2007-07-10 20:33:17 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-10 20:33:17 +0000 |
| commit | 7243879a634d10a563f0568b31fb2a470876db89 (patch) | |
| tree | 6797f26c04244ad2298ea0d6e420ed2201e91902 /src/dolphincolumnview.h | |
| parent | 62d81f9a9b652771ca9aa07bea12fa6ae1cb79d7 (diff) | |
let the column-widgets of the Column View be aware about their URL, as this simplifies the activation/deactivation handling of columns
svn path=/trunk/KDE/kdebase/apps/; revision=686217
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index eb5d33342..5417d8e9e 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -20,8 +20,8 @@ #ifndef DOLPHINCOLUMNVIEW_H #define DOLPHINCOLUMNVIEW_H -#include <QtGui/QColumnView> -#include <QtGui/QStyleOption> +#include <QColumnView> +#include <QStyleOption> class DolphinController; class KDirLister; @@ -77,9 +77,6 @@ private: */ void updateDecorationSize(); - /** Returns the directory lister used by the view. */ - KDirLister* dirLister() const; - private: DolphinController* m_controller; |
