diff options
| author | Peter Penz <[email protected]> | 2008-10-25 09:49:57 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-10-25 09:49:57 +0000 |
| commit | 0ff69a11b8695a451256c6bd1662242aa3711879 (patch) | |
| tree | 67095090f204de9f45a62d382fe5dce16e6cf6ca /src/dolphincolumnwidget.h | |
| parent | 5d69f066dbe4a8b37541a2ab8b279593d5217f25 (diff) | |
use the DolphinDirLister instead of KDirLister
svn path=/trunk/KDE/kdebase/apps/; revision=875703
Diffstat (limited to 'src/dolphincolumnwidget.h')
| -rw-r--r-- | src/dolphincolumnwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h index 15a09c8f9..8e4f6dfcf 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -32,7 +32,7 @@ class DolphinColumnView; class DolphinModel; class DolphinSortFilterProxyModel; -class KDirLister; +class DolphinDirLister; class KFilePreviewGenerator; class KJob; class KFileItem; @@ -149,7 +149,7 @@ private: QFont m_font; QSize m_decorationSize; - KDirLister* m_dirLister; + DolphinDirLister* m_dirLister; DolphinModel* m_dolphinModel; DolphinSortFilterProxyModel* m_proxyModel; |
