┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-09-21 19:57:37 +0000
committerPeter Penz <[email protected]>2008-09-21 19:57:37 +0000
commit4d886d083ca6cb2d635da2d29efb804b2680b6de (patch)
tree7c82222c3d72f19a5a7272e379f1a81e19840ef7 /src/dolphinview.h
parent711d1c0f0d3cde02cd431d145494b3ef68df4916 (diff)
renamed IconManager to KFilePreviewGenerator
svn path=/trunk/KDE/kdebase/apps/; revision=863324
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index acc9ba363..f0bacb989 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -45,7 +45,7 @@ class DolphinIconsView;
class DolphinMainWindow;
class DolphinModel;
class DolphinSortFilterProxyModel;
-class IconManager;
+class KFilePreviewGenerator;
class KAction;
class KActionCollection;
class KDirLister;
@@ -709,7 +709,7 @@ private:
KDirLister* m_dirLister;
DolphinSortFilterProxyModel* m_proxyModel;
- IconManager* m_iconManager;
+ KFilePreviewGenerator* m_previewGenerator;
ToolTipManager* m_toolTipManager;
KUrl m_rootUrl;