┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinfileitemdelegate.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-07-19 22:29:59 +0000
committerPeter Penz <[email protected]>2009-07-19 22:29:59 +0000
commitd288b1cda477623297c6e25eb63bb1295a99878f (patch)
tree63f19107a2967128dee443421fec63c4328f0902 /src/dolphinfileitemdelegate.h
parent46dcb12d9f2688bb90a83b8f0dda09b102845eff (diff)
- interface cleanups
- the subversion test plugin is at least capable of indicating the revision state for files svn path=/trunk/KDE/kdebase/apps/; revision=999489
Diffstat (limited to 'src/dolphinfileitemdelegate.h')
-rw-r--r--src/dolphinfileitemdelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinfileitemdelegate.h b/src/dolphinfileitemdelegate.h
index b6a4d45b2..2f8d3c35f 100644
--- a/src/dolphinfileitemdelegate.h
+++ b/src/dolphinfileitemdelegate.h
@@ -66,7 +66,7 @@ private:
const DolphinModel* dolphinModel,
const QModelIndex& index);
- static QPixmap emblemForState(DolphinModel::RevisionState state, const QSize& size);
+ static QPixmap emblemForState(RevisionControlPlugin::RevisionState state, const QSize& size);
private:
bool m_hasMinimizedNameColumn;