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
KAlarm
Commits
0c9d64a2
Commit
0c9d64a2
authored
Aug 03, 2019
by
Laurent Montel
😁
Browse files
Adapt to KCalendarCore namespace change
parent
cf2b3f35
Changes
11
Hide whitespace changes
Inline
Side-by-side
Mainpage.dox
View file @
0c9d64a2
...
...
@@ -32,4 +32,4 @@
*/
// DOXYGEN_PROJECTNAME=KAlarm Library
// DOXYGEN_REFERENCES=kdecore kcalcore kholidays kpimidentities akonadi
// DOXYGEN_REFERENCES=kdecore kcal
endar
core kholidays kpimidentities akonadi
autotests/kaeventtest.cpp
View file @
0c9d64a2
...
...
@@ -25,9 +25,9 @@
#include "kaevent.h"
using
namespace
KAlarmCal
;
#include <kcalcore/event.h>
#include <kcalcore/alarm.h>
using
namespace
KCalCore
;
#include <kcal
endar
core/event.h>
#include <kcal
endar
core/alarm.h>
using
namespace
KCal
endar
Core
;
#include <AkonadiCore/collection.h>
#include <KHolidays/HolidayRegion>
...
...
src/alarmtext.h
View file @
0c9d64a2
...
...
@@ -25,7 +25,7 @@
#include "kalarmcal_export.h"
#include <kcalcore/todo.h>
#include <kcal
endar
core/todo.h>
#include <AkonadiCore/item.h>
#include <QString>
...
...
src/kacalendar.cpp
View file @
0c9d64a2
...
...
@@ -27,9 +27,9 @@
#include "collectionattribute.h"
#include <kcalcore/event.h>
#include <kcalcore/alarm.h>
#include <kcalcore/memorycalendar.h>
#include <kcal
endar
core/event.h>
#include <kcal
endar
core/alarm.h>
#include <kcal
endar
core/memorycalendar.h>
#include <klocalizedstring.h>
#include "kalarmcal_debug.h"
...
...
@@ -39,7 +39,7 @@
#include <QFileInfo>
#include <QTextStream>
using
namespace
KCalCore
;
using
namespace
KCal
endar
Core
;
using
Akonadi
::
Collection
;
namespace
KAlarmCal
...
...
src/kacalendar.h
View file @
0c9d64a2
...
...
@@ -24,15 +24,15 @@
#define KALARM_KACALENDAR_H
#include "kalarmcal_export.h"
#include <kcalcore/filestorage.h>
#include <kcalcore/calendar.h>
#include <kcalcore/event.h>
#include <kcal
endar
core/filestorage.h>
#include <kcal
endar
core/calendar.h>
#include <kcal
endar
core/event.h>
#include <collection.h>
#include <QByteArray>
#include <QStringList>
namespace
KCalCore
namespace
KCal
endar
Core
{
class
Alarm
;
}
...
...
src/kaevent.cpp
View file @
0c9d64a2
...
...
@@ -26,7 +26,7 @@
#include "identities.h"
#include "version.h"
#include <kcalcore/memorycalendar.h>
#include <kcal
endar
core/memorycalendar.h>
#include <KHolidays/Holiday>
#include <KHolidays/HolidayRegion>
...
...
@@ -34,7 +34,7 @@
#include "kalarmcal_debug.h"
using
namespace
KCalCore
;
using
namespace
KCal
endar
Core
;
using
namespace
KHolidays
;
namespace
KAlarmCal
...
...
src/kaevent.h
View file @
0c9d64a2
...
...
@@ -32,8 +32,8 @@
#include <collection.h>
#include <item.h>
#include <kcalcore/person.h>
#include <kcalcore/calendar.h>
#include <kcal
endar
core/person.h>
#include <kcal
endar
core/calendar.h>
#include <AkonadiCore/item.h>
#include <QBitArray>
...
...
src/karecurrence.cpp
View file @
0c9d64a2
...
...
@@ -22,8 +22,8 @@
#include "karecurrence.h"
#include <kcalcore/recurrence.h>
#include <kcalcore/icalformat.h>
#include <kcal
endar
core/recurrence.h>
#include <kcal
endar
core/icalformat.h>
#include "kalarmcal_debug.h"
...
...
@@ -31,7 +31,7 @@
#include <QDate>
#include <QLocale>
using
namespace
KCalCore
;
using
namespace
KCal
endar
Core
;
namespace
KAlarmCal
{
...
...
src/karecurrence.h
View file @
0c9d64a2
...
...
@@ -26,10 +26,10 @@
#include "kalarmcal_export.h"
#include "kadatetime.h"
#include <kcalcore/recurrencerule.h>
#include <kcalcore/duration.h>
#include <kcalcore/incidencebase.h>
namespace
KCalCore
#include <kcal
endar
core/recurrencerule.h>
#include <kcal
endar
core/duration.h>
#include <kcal
endar
core/incidencebase.h>
namespace
KCal
endar
Core
{
class
Recurrence
;
}
...
...
@@ -43,7 +43,7 @@ namespace KAlarmCal
* @short Represents recurrences for KAlarm.
*
* This class represents the restricted range of recurrence types which are
* handled by KAlarm, and translates between these and the libkcalcore
* handled by KAlarm, and translates between these and the libkcal
endar
core
* Recurrence class. In particular, it handles yearly recurrences on 29th
* February in non-leap years specially:
*
...
...
@@ -51,7 +51,7 @@ namespace KAlarmCal
* February or 1st March, or not at all, in non-leap years. It allows such
* 29th February recurrences to be combined with the 29th of other months in
* a simple way, represented simply as the 29th of multiple months including
* February. For storage in the libkcalcore calendar, the 29th day of the month
* February. For storage in the libkcal
endar
core calendar, the 29th day of the month
* recurrence for other months is combined with a last-day-of-February or a
* 60th-day-of-the-year recurrence rule, thereby conforming to RFC2445.
*
...
...
@@ -61,7 +61,7 @@ class KALARMCAL_EXPORT KARecurrence
{
public:
/** The recurrence's period type.
* This is a subset of the possible KCalCore recurrence types.
* This is a subset of the possible KCal
endar
Core recurrence types.
*/
enum
Type
{
NO_RECUR
,
//!< does not recur
...
...
src/repetition.cpp
View file @
0c9d64a2
...
...
@@ -23,7 +23,7 @@
#include "repetition.h"
#include "kadatetime.h"
using
namespace
KCalCore
;
using
namespace
KCal
endar
Core
;
namespace
KAlarmCal
{
...
...
src/repetition.h
View file @
0c9d64a2
...
...
@@ -24,7 +24,7 @@
#define KALARM_REPETITION_H
#include "kalarmcal_export.h"
#include <kcalcore/duration.h>
#include <kcal
endar
core/duration.h>
namespace
KAlarmCal
{
...
...
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