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
PIM IncidenceEditor
Commits
e14876eb
Commit
e14876eb
authored
Feb 21, 2022
by
Laurent Montel
😁
Browse files
Use new akonadi calendar install include
parent
7f7eb9d4
Changes
9
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e14876eb
...
...
@@ -45,7 +45,7 @@ set(LIBKDEPIM_LIB_VERSION "5.19.40")
set
(
EVENTVIEW_LIB_VERSION
"5.19.40"
)
set
(
AKONADI_VERSION
"5.19.40"
)
set
(
AKONADICONTACT_LIB_VERSION
"5.19.40"
)
set
(
AKONADICALENDAR_LIB_VERSION
"5.19.4
0
"
)
set
(
AKONADICALENDAR_LIB_VERSION
"5.19.4
2
"
)
set
(
PIMCOMMON_LIB_VERSION
"5.19.40"
)
set
(
KDIAGRAM_LIB_VERSION
"1.4.0"
)
...
...
src/editoritemmanager.h
View file @
e14876eb
...
...
@@ -7,8 +7,8 @@
#pragma once
#include <Akonadi/Calendar/IncidenceChanger>
#include <Akonadi/Collection>
#include <Akonadi/IncidenceChanger>
#include <QObject>
#include <memory>
...
...
src/groupwareuidelegate.h
View file @
e14876eb
...
...
@@ -8,7 +8,7 @@
#include "incidenceeditor_export.h"
#include <Akonadi/
Calendar/
ITIPHandler>
#include <Akonadi/ITIPHandler>
// Class to edit counter proposals through incidence editors
namespace
IncidenceEditorNG
...
...
src/incidencedefaults.cpp
View file @
e14876eb
...
...
@@ -12,7 +12,7 @@
#include "incidenceeditor_debug.h"
#include <CalendarSupport/KCalPrefs>
#include <akonadi/
calendar/
calendarsettings.h> //krazy:exclude=camelcase this is a generated file
#include <akonadi/calendarsettings.h> //krazy:exclude=camelcase this is a generated file
#include <KContacts/Addressee>
...
...
src/incidencedialog.cpp
View file @
e14876eb
...
...
@@ -29,8 +29,8 @@
#include <CalendarSupport/KCalPrefs>
#include <CalendarSupport/Utils>
#include <Akonadi/Calendar/ETMCalendar>
#include <Akonadi/CollectionComboBox>
#include <Akonadi/ETMCalendar>
#include <Akonadi/EntityTreeModel>
#include <Akonadi/Item>
...
...
src/incidencedialogfactory.cpp
View file @
e14876eb
...
...
@@ -9,7 +9,7 @@
#include "incidencedefaults.h"
#include "incidencedialog.h"
#include <Akonadi/
Calendar/
IncidenceChanger>
#include <Akonadi/IncidenceChanger>
#include <Akonadi/Item>
#include <KCalendarCore/Event>
#include <KCalendarCore/Todo>
...
...
src/individualmailcomponentfactory.h
View file @
e14876eb
...
...
@@ -8,7 +8,7 @@
#include "incidenceeditor_export.h"
#include <Akonadi/
Calendar/
IncidenceChanger>
#include <Akonadi/IncidenceChanger>
#include <KIdentityManagement/Identity>
#include <MailTransportAkonadi/MessageQueueJob>
namespace
IncidenceEditorNG
...
...
src/resourcemanagement.cpp
View file @
e14876eb
...
...
@@ -12,7 +12,7 @@
#include "freebusyganttproxymodel.h"
#include <Akonadi/
Calendar/
FreeBusyManager>
#include <Akonadi/FreeBusyManager>
#include <EventViews/AgendaView>
...
...
src/tests/main.cpp
View file @
e14876eb
...
...
@@ -11,7 +11,7 @@
#include <Akonadi/Item>
#include <CalendarSupport/KCalPrefs>
#include <akonadi/
calendar/
calendarsettings.h>
#include <akonadi/calendarsettings.h>
#include <KCalendarCore/Event>
#include <KCalendarCore/Journal>
...
...
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