Skip to content
GitLab
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
5d222060
Commit
5d222060
authored
Jul 08, 2014
by
Laurent Montel
Browse files
Convert to QStandardDirs
parent
da7b3523
Changes
4
Hide whitespace changes
Inline
Side-by-side
autostart/autostart.cpp
View file @
5d222060
...
...
@@ -24,13 +24,14 @@
#include
<kcmdlineargs.h>
#include
<K4AboutData>
#include
<klocale.h>
#include
<kstandarddirs.h>
#include
<kprocess.h>
#include
<kdebug.h>
#include
<QTimer>
#include
<QtDBus/QtDBus>
#include
<KLocale>
#include
<QStandardPaths>
// Number of seconds to wait before autostarting KAlarm.
// Allow plenty of time for session restoration to happen first.
...
...
kalarmapp.cpp
View file @
5d222060
...
...
@@ -73,6 +73,7 @@
#include
<iostream>
#include
<climits>
#include
<KSharedConfig>
#include
<QStandardPaths>
static
const
QLatin1String
KTTSD_DBUS_SERVICE
(
"org.kde.kttsd"
);
static
const
QLatin1String
KTTDS_DBUS_PATH
(
"/KSpeech"
);
...
...
kamail.cpp
View file @
5d222060
...
...
@@ -41,7 +41,7 @@
#include
<kmime/kmime_message.h>
#include
<KTimeZone>
#include
<kstandarddirs.h>
#include
<klocale.h>
#include
<K4AboutData>
#include
<kfileitem.h>
...
...
@@ -63,6 +63,7 @@
#include
<pwd.h>
#include
<KCharsets>
#include
<KLocale>
#include
<QStandardPaths>
#ifdef KMAIL_SUPPORTED
#include
"kmailinterface.h"
...
...
prefdlg.cpp
View file @
5d222060
...
...
@@ -59,7 +59,7 @@ using namespace KHolidays;
#include
<kvbox.h>
#include
<kglobal.h>
#include
<klocale.h>
#include
<kstandarddirs.h>
#include
<kshell.h>
#include
<klineedit.h>
#include
<K4AboutData>
...
...
@@ -90,6 +90,7 @@ using namespace KHolidays;
#include
<QResizeEvent>
#include
<KHelpClient>
#include
<KLocale>
#include
<QStandardPaths>
using
namespace
KCalCore
;
using
namespace
KAlarmCal
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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