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
7f7d0a87
Commit
7f7d0a87
authored
May 05, 2014
by
Laurent Montel
😁
Browse files
Fix includes
parent
2ae1e856
Changes
8
Hide whitespace changes
Inline
Side-by-side
src/alarmtext.h
View file @
7f7d0a87
...
...
@@ -25,7 +25,7 @@
#include "kalarmcal_export.h"
#include <todo.h>
#include <
kcalcore/
todo.h>
#include <QtCore/QString>
...
...
src/kacalendar.cpp
View file @
7f7d0a87
...
...
@@ -27,9 +27,9 @@
#include "collectionattribute.h"
#include <event.h>
#include <alarm.h>
#include <memorycalendar.h>
#include <
kcalcore/
event.h>
#include <
kcalcore/
alarm.h>
#include <
kcalcore/
memorycalendar.h>
#include <kmessagebox.h>
...
...
src/kacalendar.h
View file @
7f7d0a87
...
...
@@ -24,9 +24,9 @@
#define KALARM_KACALENDAR_H
#include "kalarmcal_export.h"
#include <filestorage.h>
#include <calendar.h>
#include <event.h>
#include <
kcalcore/
filestorage.h>
#include <
kcalcore/
calendar.h>
#include <
kcalcore/
event.h>
#include <collection.h>
#include <QtCore/QByteArray>
#include <QtCore/QStringList>
...
...
src/kaevent.cpp
View file @
7f7d0a87
...
...
@@ -26,8 +26,8 @@
#include "identities.h"
#include "version.h"
#include <memorycalendar.h>
#include <holidays.h>
#include <
kcalcore/
memorycalendar.h>
#include <
kholidays/
holidays.h>
using
namespace
KHolidays
;
#include <ksystemtimezone.h>
...
...
src/kaevent.h
View file @
7f7d0a87
...
...
@@ -32,8 +32,8 @@
#include <collection.h>
#include <item.h>
#include <person.h>
#include <calendar.h>
#include <
kcalcore/
person.h>
#include <
kcalcore/
calendar.h>
#include <QtCore/QBitArray>
#include <QColor>
...
...
src/karecurrence.cpp
View file @
7f7d0a87
...
...
@@ -22,8 +22,8 @@
#include "karecurrence.h"
#include <recurrence.h>
#include <icalformat.h>
#include <
kcalcore/
recurrence.h>
#include <
kcalcore/
icalformat.h>
#include <kglobal.h>
#include <klocale.h>
#include <klocalizedstring.h>
...
...
src/karecurrence.h
View file @
7f7d0a87
...
...
@@ -25,8 +25,8 @@
#include "kalarmcal_export.h"
#include <recurrencerule.h>
#include <duration.h>
#include <
kcalcore/
recurrencerule.h>
#include <
kcalcore/
duration.h>
namespace
KCalCore
{
class
Recurrence
;
}
#include <QtCore/QBitArray>
...
...
src/repetition.h
View file @
7f7d0a87
...
...
@@ -24,7 +24,7 @@
#define KALARM_REPETITION_H
#include "kalarmcal_export.h"
#include <duration.h>
#include <
kcalcore/
duration.h>
class
KDateTime
;
...
...
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