diff options
| author | Andrius da Costa Ribas <[email protected]> | 2014-11-08 19:50:38 -0200 |
|---|---|---|
| committer | Andrius da Costa Ribas <[email protected]> | 2014-11-20 01:06:58 -0200 |
| commit | e1789b559eb63ee517e73968eee72ad8837e7a6f (patch) | |
| tree | 77437664e61c5ab43b38dd51482be882db8d17dc /src/views | |
| parent | c79eb81a34daba5178b07982175313639c84e3e5 (diff) | |
Fix Exports.
REVIEW: 121078
Diffstat (limited to 'src/views')
| -rw-r--r-- | src/views/dolphinfileitemlistwidget.h | 2 | ||||
| -rw-r--r-- | src/views/dolphinitemlistview.h | 2 | ||||
| -rw-r--r-- | src/views/versioncontrol/updateitemstatesthread.h | 2 | ||||
| -rw-r--r-- | src/views/versioncontrol/versioncontrolobserver.h | 2 | ||||
| -rw-r--r-- | src/views/viewmodecontroller.h | 2 | ||||
| -rw-r--r-- | src/views/viewproperties.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/views/dolphinfileitemlistwidget.h b/src/views/dolphinfileitemlistwidget.h index 5f7c181e9..5f9cc3a5a 100644 --- a/src/views/dolphinfileitemlistwidget.h +++ b/src/views/dolphinfileitemlistwidget.h @@ -20,7 +20,7 @@ #ifndef DOLPHINFILEITEMLISTWIDGET_H #define DOLPHINFILEITEMLISTWIDGET_H -#include <libdolphin_export.h> +#include "libdolphin_export.h" #include <kitemviews/kfileitemlistwidget.h> #include <kversioncontrolplugin2.h> diff --git a/src/views/dolphinitemlistview.h b/src/views/dolphinitemlistview.h index 7fd72e5c0..2b16825f4 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 "libdolphin_export.h" class KFileItemListView; diff --git a/src/views/versioncontrol/updateitemstatesthread.h b/src/views/versioncontrol/updateitemstatesthread.h index 9b744d5b3..92a9d59c9 100644 --- a/src/views/versioncontrol/updateitemstatesthread.h +++ b/src/views/versioncontrol/updateitemstatesthread.h @@ -20,7 +20,7 @@ #ifndef UPDATEITEMSTATESTHREAD_H #define UPDATEITEMSTATESTHREAD_H -#include <libdolphin_export.h> +#include "libdolphin_export.h" #include <views/versioncontrol/versioncontrolobserver.h> #include <QMutex> diff --git a/src/views/versioncontrol/versioncontrolobserver.h b/src/views/versioncontrol/versioncontrolobserver.h index 034ef8bfe..a43dc3415 100644 --- a/src/views/versioncontrol/versioncontrolobserver.h +++ b/src/views/versioncontrol/versioncontrolobserver.h @@ -20,7 +20,7 @@ #ifndef VERSIONCONTROLOBSERVER_H #define VERSIONCONTROLOBSERVER_H -#include <libdolphin_export.h> +#include "libdolphin_export.h" #include <KFileItem> #include <QUrl> diff --git a/src/views/viewmodecontroller.h b/src/views/viewmodecontroller.h index 9ea717ad3..89f1020b5 100644 --- a/src/views/viewmodecontroller.h +++ b/src/views/viewmodecontroller.h @@ -22,7 +22,7 @@ #include <QUrl> #include <QObject> -#include <libdolphin_export.h> +#include "libdolphin_export.h" #include <views/dolphinview.h> /** diff --git a/src/views/viewproperties.h b/src/views/viewproperties.h index d3ea4280f..b9c2fa546 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 "libdolphin_export.h" class ViewPropertySettings; /** |
