┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kfileitemlistwidget.h
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2015-02-25 12:12:55 +0100
committerEmmanuel Pescosta <[email protected]>2015-02-25 17:21:10 +0100
commit25751088c33ce507096a3e25ee1eeaa7de38c76b (patch)
treef3c046a0d41819f2081d4787d75bdb46a5262c94 /src/kitemviews/kfileitemlistwidget.h
parentf6b4f562167969365d4aae14d73060c6fdb8270f (diff)
Move the KVersionControlPlugin2 interface from konqlib to Dolphin and remove the deprecated KVersionControlPlugin interface from konqlib
REVIEW: 122687
Diffstat (limited to 'src/kitemviews/kfileitemlistwidget.h')
-rw-r--r--src/kitemviews/kfileitemlistwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kitemviews/kfileitemlistwidget.h b/src/kitemviews/kfileitemlistwidget.h
index 32959e4f6..07ca59b44 100644
--- a/src/kitemviews/kfileitemlistwidget.h
+++ b/src/kitemviews/kfileitemlistwidget.h
@@ -20,11 +20,11 @@
#ifndef KFILEITEMLISTWIDGET_H
#define KFILEITEMLISTWIDGET_H
-#include "libdolphin_export.h"
+#include "dolphin_export.h"
#include <kitemviews/kstandarditemlistwidget.h>
-class LIBDOLPHINPRIVATE_EXPORT KFileItemListWidgetInformant : public KStandardItemListWidgetInformant
+class DOLPHIN_EXPORT KFileItemListWidgetInformant : public KStandardItemListWidgetInformant
{
public:
KFileItemListWidgetInformant();
@@ -37,7 +37,7 @@ protected:
virtual QFont customizedFontForLinks(const QFont& baseFont) const Q_DECL_OVERRIDE;
};
-class LIBDOLPHINPRIVATE_EXPORT KFileItemListWidget : public KStandardItemListWidget
+class DOLPHIN_EXPORT KFileItemListWidget : public KStandardItemListWidget
{
Q_OBJECT