diff options
| author | Emmanuel Pescosta <[email protected]> | 2015-02-25 12:12:55 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2015-02-25 17:21:10 +0100 |
| commit | 25751088c33ce507096a3e25ee1eeaa7de38c76b (patch) | |
| tree | f3c046a0d41819f2081d4787d75bdb46a5262c94 /src/views/dolphinitemlistview.h | |
| parent | f6b4f562167969365d4aae14d73060c6fdb8270f (diff) | |
Move the KVersionControlPlugin2 interface from konqlib to Dolphin and remove the deprecated KVersionControlPlugin interface from konqlib
REVIEW: 122687
Diffstat (limited to 'src/views/dolphinitemlistview.h')
| -rw-r--r-- | src/views/dolphinitemlistview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/dolphinitemlistview.h b/src/views/dolphinitemlistview.h index 2b16825f4..7eec6f17a 100644 --- a/src/views/dolphinitemlistview.h +++ b/src/views/dolphinitemlistview.h @@ -23,7 +23,7 @@ #include <kitemviews/kfileitemlistview.h> #include <settings/viewmodes/viewmodesettings.h> -#include "libdolphin_export.h" +#include "dolphin_export.h" class KFileItemListView; @@ -34,7 +34,7 @@ class KFileItemListView; * the view-properties into the corresponding KItemListView * properties. */ -class LIBDOLPHINPRIVATE_EXPORT DolphinItemListView : public KFileItemListView +class DOLPHIN_EXPORT DolphinItemListView : public KFileItemListView { Q_OBJECT |
