┌   ┐
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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/views/dolphinfileitemlistwidget.h b/src/views/dolphinfileitemlistwidget.h
index 5f9cc3a5a..af73ac937 100644
--- a/src/views/dolphinfileitemlistwidget.h
+++ b/src/views/dolphinfileitemlistwidget.h
@@ -20,10 +20,10 @@
#ifndef DOLPHINFILEITEMLISTWIDGET_H
#define DOLPHINFILEITEMLISTWIDGET_H
-#include "libdolphin_export.h"
+#include "dolphin_export.h"
#include <kitemviews/kfileitemlistwidget.h>
-#include <kversioncontrolplugin2.h>
+#include "versioncontrol/kversioncontrolplugin.h"
/**
* @brief Extends KFileItemListWidget to handle the "version" role.
@@ -31,7 +31,7 @@
* The "version" role is set if version-control-plugins have been enabled.
* @see KVersionControlPlugin
*/
-class LIBDOLPHINPRIVATE_EXPORT DolphinFileItemListWidget : public KFileItemListWidget
+class DOLPHIN_EXPORT DolphinFileItemListWidget : public KFileItemListWidget
{
Q_OBJECT
@@ -43,7 +43,7 @@ protected:
virtual void refreshCache() Q_DECL_OVERRIDE;
private:
- static QPixmap overlayForState(KVersionControlPlugin2::ItemVersion version, int size);
+ static QPixmap overlayForState(KVersionControlPlugin::ItemVersion version, int size);
};