diff options
| author | Peter Penz <[email protected]> | 2008-09-21 19:57:37 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-09-21 19:57:37 +0000 |
| commit | 4d886d083ca6cb2d635da2d29efb804b2680b6de (patch) | |
| tree | 7c82222c3d72f19a5a7272e379f1a81e19840ef7 /src/dolphincolumnwidget.h | |
| parent | 711d1c0f0d3cde02cd431d145494b3ef68df4916 (diff) | |
renamed IconManager to KFilePreviewGenerator
svn path=/trunk/KDE/kdebase/apps/; revision=863324
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 72028da7c..15a09c8f9 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -32,8 +32,8 @@ class DolphinColumnView; class DolphinModel; class DolphinSortFilterProxyModel; -class IconManager; class KDirLister; +class KFilePreviewGenerator; class KJob; class KFileItem; class KFileItemList; @@ -153,7 +153,7 @@ private: DolphinModel* m_dolphinModel; DolphinSortFilterProxyModel* m_proxyModel; - IconManager* m_iconManager; + KFilePreviewGenerator* m_previewGenerator; QRect m_dropRect; |
