diff options
| author | Peter Penz <[email protected]> | 2007-09-19 13:34:40 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-19 13:34:40 +0000 |
| commit | 9d277154e1bd6112a6d0af0f0f7e17fe3bfeff83 (patch) | |
| tree | 8555e36691ca5673530684e2990b914c0598f4b4 /src/dolphincolumnview.h | |
| parent | 539531e1df468a4e0f138ba087498f83c0c44225 (diff) | |
* some internal cleanups
* assure that a column gets created if no existing column can be used for showing an URL
svn path=/trunk/KDE/kdebase/apps/; revision=714407
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 0dbea7f44..ba5ed8101 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -26,8 +26,9 @@ class ColumnWidget; class DolphinController; -class KDirLister; +class DolphinModel; class KUrl; +class QAbstractProxyModel; class QTimeLine; /** @@ -128,6 +129,9 @@ private: QList<ColumnWidget*> m_columns; QTimeLine* m_animation; + DolphinModel* m_dolphinModel; + QAbstractProxyModel* m_proxyModel; + friend class ColumnWidget; }; |
