diff options
| author | Andrius da Costa Ribas <[email protected]> | 2016-04-22 14:20:56 -0300 |
|---|---|---|
| committer | Andrius da Costa Ribas <[email protected]> | 2016-04-22 14:30:32 -0300 |
| commit | c6d4cae26343b3f9f390374b70668fde428853f0 (patch) | |
| tree | 6513481792fffa09dda937ba3dfd25aa97b4ea35 /src/views/versioncontrol/kversioncontrolplugin.h | |
| parent | 8b9811694df60146a9d467305690bdf0425e428e (diff) | |
Fix exports and linkage, remove sources from tests which are already being linked.
REVIEW: 127709
Diffstat (limited to 'src/views/versioncontrol/kversioncontrolplugin.h')
| -rw-r--r-- | src/views/versioncontrol/kversioncontrolplugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/versioncontrol/kversioncontrolplugin.h b/src/views/versioncontrol/kversioncontrolplugin.h index 85835e062..d710bf3c2 100644 --- a/src/views/versioncontrol/kversioncontrolplugin.h +++ b/src/views/versioncontrol/kversioncontrolplugin.h @@ -20,7 +20,7 @@ #ifndef KVERSIONCONTROLPLUGIN_H #define KVERSIONCONTROLPLUGIN_H -#include <dolphin_export.h> +#include <dolphinvcs_export.h> #include <QObject> #include <QAction> @@ -81,7 +81,7 @@ class KFileItem; * * @since 4.8 */ -class DOLPHIN_EXPORT KVersionControlPlugin : public QObject +class DOLPHINVCS_EXPORT KVersionControlPlugin : public QObject { Q_OBJECT |
