From d288b1cda477623297c6e25eb63bb1295a99878f Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 19 Jul 2009 22:29:59 +0000 Subject: - 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 --- src/dolphinfileitemdelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinfileitemdelegate.h') 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; -- cgit v1.3.1