Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KNotes
Commits
a6350e7f
Commit
a6350e7f
authored
Feb 21, 2022
by
Laurent Montel
😁
Browse files
Use new akonadi notes install include
parent
a8a59c82
Pipeline
#140541
passed with stage
in 1 minute and 11 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a6350e7f
...
...
@@ -49,7 +49,7 @@ set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
set
(
KDEPIM_LIB_SOVERSION
"5"
)
set
(
AKONADINOTES_LIB_VERSION
"5.19.4
0
"
)
set
(
AKONADINOTES_LIB_VERSION
"5.19.4
1
"
)
set
(
AKONADI_VERSION
"5.19.40"
)
set
(
CALENDARUTILS_LIB_VERSION
"5.19.40"
)
set
(
KONTACTINTERFACE_LIB_VERSION
"5.19.40"
)
...
...
notesagent/notesmanager.cpp
View file @
a6350e7f
...
...
@@ -18,7 +18,7 @@
#include <Akonadi/CollectionFetchScope>
#include <Akonadi/ItemFetchJob>
#include <Akonadi/ItemFetchScope>
#include <Akonadi/
Notes/
NoteUtils>
#include <Akonadi/NoteUtils>
#include <Akonadi/Session>
#include <KMime/KMimeMessage>
...
...
noteshared/src/akonadi/noteschangerecorder.cpp
View file @
a6350e7f
...
...
@@ -8,7 +8,7 @@
#include <Akonadi/ChangeRecorder>
#include <Akonadi/CollectionFetchScope>
#include <Akonadi/ItemFetchScope>
#include <Akonadi/
Notes/
NoteUtils>
#include <Akonadi/NoteUtils>
#include "attributes/notealarmattribute.h"
#include "attributes/notedisplayattribute.h"
...
...
noteshared/src/dialog/selectednotefolderdialog.cpp
View file @
a6350e7f
...
...
@@ -5,7 +5,7 @@
*/
#include "selectednotefolderdialog.h"
#include <Akonadi/
Notes/
NoteUtils>
#include <Akonadi/NoteUtils>
#include <KConfigGroup>
#include <KLocalizedString>
...
...
noteshared/src/job/createnewnotejob.cpp
View file @
a6350e7f
...
...
@@ -8,7 +8,7 @@
#include "dialog/selectednotefolderdialog.h"
#include "noteshared_debug.h"
#include "notesharedglobalconfig.h"
#include <Akonadi/
Notes/
NoteUtils>
#include <Akonadi/NoteUtils>
#include <Akonadi/Collection>
#include <Akonadi/CollectionFetchJob>
...
...
noteshared/src/resources/localresourcecreator.cpp
View file @
a6350e7f
...
...
@@ -11,7 +11,7 @@
#include "maildirsettings.h"
#include <Akonadi/
Notes/
NoteUtils>
#include <Akonadi/NoteUtils>
#include "noteshared_debug.h"
#include <Akonadi/ResourceSynchronizationJob>
...
...
src/configdialog/knotecollectionconfigwidget.cpp
View file @
a6350e7f
...
...
@@ -7,7 +7,7 @@
#include "attributes/showfoldernotesattribute.h"
#include "notesharedglobalconfig.h"
#include <Akonadi/ManageAccountWidget>
#include <Akonadi/
Notes/
NoteUtils>
#include <Akonadi/NoteUtils>
#include <Akonadi/CollectionFilterProxyModel>
#include <Akonadi/CollectionModifyJob>
...
...
src/kontactplugin/kcmknotessummary.cpp
View file @
a6350e7f
...
...
@@ -5,7 +5,7 @@
*/
#include "kcmknotessummary.h"
#include <Akonadi/
Notes/
NoteUtils>
#include <Akonadi/NoteUtils>
#include <PimCommonAkonadi/CheckedCollectionWidget>
...
...
src/print/autotests/knotesgrantleeprinttest.cpp
View file @
a6350e7f
...
...
@@ -8,7 +8,7 @@
#include "print/knoteprintobject.h"
#include <Akonadi/Item>
#include <Akonadi/
Notes/
NoteUtils>
#include <Akonadi/NoteUtils>
#include <KMime/Message>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment