┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/viewproperties.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/views/viewproperties.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/views/viewproperties.h')
-rw-r--r--src/views/viewproperties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/viewproperties.h b/src/views/viewproperties.h
index b9c2fa546..dc118e2d7 100644
--- a/src/views/viewproperties.h
+++ b/src/views/viewproperties.h
@@ -23,7 +23,7 @@
#include <views/dolphinview.h>
#include <QUrl>
-#include "libdolphin_export.h"
+#include "dolphin_export.h"
class ViewPropertySettings;
/**
@@ -47,7 +47,7 @@ class ViewPropertySettings;
* (see GeneralSettings::globalViewMode()), the values from the global .directory file
* are used for initialization.
*/
-class LIBDOLPHINPRIVATE_EXPORT ViewProperties
+class DOLPHIN_EXPORT ViewProperties
{
public:
explicit ViewProperties(const QUrl& url);