┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinfileitemlistwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/dolphinfileitemlistwidget.h')
-rw-r--r--src/views/dolphinfileitemlistwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/dolphinfileitemlistwidget.h b/src/views/dolphinfileitemlistwidget.h
index 8435b5c18..87ed0333b 100644
--- a/src/views/dolphinfileitemlistwidget.h
+++ b/src/views/dolphinfileitemlistwidget.h
@@ -23,7 +23,7 @@
#include <libdolphin_export.h>
#include <kitemviews/kfileitemlistwidget.h>
-#include <kversioncontrolplugin.h>
+#include <kversioncontrolplugin2.h>
/**
* @brief Extends KFileItemListWidget to handle the "version" role.
@@ -43,7 +43,7 @@ protected:
virtual void refreshCache();
private:
- static QPixmap overlayForState(KVersionControlPlugin::VersionState state, int size);
+ static QPixmap overlayForState(KVersionControlPlugin2::ItemVersion version, int size);
};