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
KMail
Commits
15660287
Commit
15660287
authored
Jan 24, 2022
by
Laurent Montel
😁
Browse files
Fix includes
parent
a0682e09
Pipeline
#128205
failed with stage
in 5 minutes and 23 seconds
Changes
24
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/sendlateragent/autotests/sendlaterutiltest.cpp
View file @
15660287
...
...
@@ -14,7 +14,6 @@
#include <QDateTime>
#include <QStandardPaths>
#include <QTest>
#include <sendlaterinfo.h>
SendLaterUtilTest
::
SendLaterUtilTest
(
QObject
*
parent
)
:
QObject
(
parent
)
...
...
agents/sendlateragent/sendlateragent.cpp
View file @
15660287
...
...
@@ -9,7 +9,6 @@
#include "sendlateragentadaptor.h"
#include "sendlateragentsettings.h"
#include "sendlaterconfiguredialog.h"
#include "sendlaterinfo.h"
#include "sendlatermanager.h"
#include "sendlaterremovemessagejob.h"
#include "sendlaterutil.h"
...
...
@@ -23,6 +22,7 @@
#include <Akonadi/ServerManager>
#include <Akonadi/Session>
#include <KMime/Message>
#include <MessageComposer/SendLaterInfo>
#include <QDBusConnection>
#include <KWindowSystem>
...
...
agents/sendlateragent/sendlateragent.h
View file @
15660287
...
...
@@ -8,9 +8,7 @@
#include <Akonadi/AgentBase>
#include "sendlaterdialog.h"
#include <MessageComposer/SendLaterInfo>
#include <sendlaterinfo.h>
class
SendLaterManager
;
...
...
agents/sendlateragent/sendlaterconfigurewidget.cpp
View file @
15660287
...
...
@@ -5,7 +5,6 @@
*/
#include "sendlaterconfigurewidget.h"
#include "sendlaterdialog.h"
#include "sendlaterutil.h"
#include <MessageComposer/SendLaterDialog>
...
...
agents/sendlateragent/tests/sendlaterinfo_gui.cpp
View file @
15660287
...
...
@@ -8,7 +8,6 @@
#include <QCommandLineParser>
#include <QStandardPaths>
#include "sendlaterdialog.h"
#include <MessageComposer/SendLaterDialog>
int
main
(
int
argc
,
char
**
argv
)
...
...
src/autotests/kmcomposerwintest.cpp
View file @
15660287
...
...
@@ -5,8 +5,8 @@
*/
#include "kmcomposerwintest.h"
#include "composer.h"
#include "kmkernel.h"
#include <messagecomposer/composer.h>
#include <KIdentityManagement/Identity>
#include <KIdentityManagement/IdentityCombo>
...
...
src/collectionpage/collectiontemplatespage.cpp
View file @
15660287
...
...
@@ -7,11 +7,11 @@
#include "collectiontemplatespage.h"
#include <MailCommon/CollectionTemplatesWidget>
#include "templatesconfiguration_kfg.h"
#include <Akonadi/Collection>
#include <MailCommon/FolderSettings>
#include <MailCommon/MailKernel>
#include <TemplateParser/TemplatesConfiguration>
#include <templateparser/templatesconfiguration_kfg.h>
#include <KLocalizedString>
...
...
src/configuredialog/configureappearancepage.cpp
View file @
15660287
...
...
@@ -9,13 +9,13 @@
using
namespace
PimCommon
::
ConfigureImmutableWidgetUtils
;
#include "configuredialog/colorlistbox.h"
#include "kmkernel.h"
#include "messagelistsettings.h"
#include <Libkdepim/LineEditCatchReturnKey>
#include <MailCommon/TagWidget>
#include <MessageList/AggregationComboBox>
#include <MessageList/AggregationConfigButton>
#include <MessageList/ThemeComboBox>
#include <MessageList/ThemeConfigButton>
#include <messagelist/messagelistsettings.h>
#include "util.h"
#include <MailCommon/FolderTreeWidget>
...
...
src/configuredialog/configurecomposerpage.cpp
View file @
15660287
...
...
@@ -10,10 +10,8 @@ using namespace PimCommon::ConfigureImmutableWidgetUtils;
#include "kmkernel.h"
#include "configuredialog/configuredialoglistview.h"
#include "globalsettings_templateparser.h"
#include "kmmainwidget.h"
#include "settings/kmailsettings.h"
#include "templatesconfiguration_kfg.h"
#include <MessageComposer/ImageScalingWidget>
#include <MessageComposer/MessageComposerSettings>
#include <MessageCore/MessageCoreSettings>
...
...
@@ -21,6 +19,8 @@ using namespace PimCommon::ConfigureImmutableWidgetUtils;
#include <PimCommon/SimpleStringListEditor>
#include <TemplateParser/CustomTemplates>
#include <TemplateParser/TemplatesConfiguration>
#include <templateparser/globalsettings_templateparser.h>
#include <templateparser/templatesconfiguration_kfg.h>
#include <KLDAP/LdapClientSearch>
#include <PimCommonAkonadi/CompletionOrderEditor>
...
...
src/editor/composer.cpp
View file @
15660287
...
...
@@ -4,4 +4,4 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include
"
composer.h
"
#include
<messagecomposer/
composer.h
>
src/editor/kmcomposercreatenewcomposerjob.cpp
View file @
15660287
...
...
@@ -5,9 +5,9 @@
*/
#include "kmcomposercreatenewcomposerjob.h"
#include "composer.h"
#include "editor/kmcomposerwin.h"
#include "kmkernel.h"
#include <messagecomposer/composer.h>
#include <MessageComposer/MessageHelper>
#include <TemplateParser/TemplateParserJob>
...
...
src/editor/kmcomposerupdatetemplatejob.cpp
View file @
15660287
...
...
@@ -5,9 +5,9 @@
*/
#include "kmcomposerupdatetemplatejob.h"
#include "composer.h"
#include "editor/kmcomposerwin.h"
#include "kmkernel.h"
#include <messagecomposer/composer.h>
#include <MessageComposer/MessageHelper>
#include <TemplateParser/TemplateParserJob>
...
...
src/editor/kmcomposerwin.cpp
View file @
15660287
...
...
@@ -41,7 +41,6 @@
#include "kmmainwin.h"
#include "mailcomposeradaptor.h" // TODO port all D-Bus stuff...
#include "settings/kmailsettings.h"
#include "templatesconfiguration_kfg.h"
#include "undosend/undosendmanager.h"
#include "util.h"
#include "validatesendmailshortcut.h"
...
...
@@ -49,6 +48,7 @@
#include "warningwidgets/externaleditorwarning.h"
#include "widgets/cryptostateindicatorwidget.h"
#include "widgets/kactionmenutransport.h"
#include <templateparser/templatesconfiguration_kfg.h>
#include <Akonadi/ChangeRecorder>
#include <Akonadi/Contact/ContactGroupExpandJob>
...
...
src/identity/identitydialog.cpp
View file @
15660287
...
...
@@ -30,11 +30,11 @@
#include <MailCommon/MailKernel>
#include "job/addressvalidationjob.h"
#include "templatesconfiguration_kfg.h"
#include <MessageComposer/Kleo_Util>
#include <MessageCore/StringUtil>
#include <Sonnet/DictionaryComboBox>
#include <TemplateParser/TemplatesConfiguration>
#include <templateparser/templatesconfiguration_kfg.h>
// other kdepim headers:
#include <KIdentityManagement/Identity>
#include <KIdentityManagement/SignatureConfigurator>
...
...
src/job/composenewmessagejob.cpp
View file @
15660287
...
...
@@ -5,9 +5,9 @@
*/
#include "composenewmessagejob.h"
#include "composer.h"
#include "editor/kmcomposerwin.h"
#include "kmkernel.h"
#include <messagecomposer/composer.h>
#include <KMime/Message>
#include <MessageComposer/MessageHelper>
...
...
src/job/createforwardmessagejob.cpp
View file @
15660287
...
...
@@ -6,11 +6,11 @@
#include "createforwardmessagejob.h"
#include "../util.h"
#include "composer.h"
#include "editor/kmcomposerwin.h"
#include "kmkernel.h"
#include <KEmailAddress>
#include <MailCommon/MailUtil>
#include <messagecomposer/composer.h>
CreateForwardMessageJob
::
CreateForwardMessageJob
(
QObject
*
parent
)
:
QObject
(
parent
)
...
...
src/job/createreplymessagejob.cpp
View file @
15660287
...
...
@@ -7,11 +7,11 @@
#include "createreplymessagejob.h"
#include "../util.h"
#include "composer.h"
#include "editor/kmcomposerwin.h"
#include "kmkernel.h"
#include <KEmailAddress>
#include <MailCommon/MailUtil>
#include <messagecomposer/composer.h>
CreateReplyMessageJob
::
CreateReplyMessageJob
(
QObject
*
parent
)
:
QObject
(
parent
)
...
...
src/job/fillcomposerjob.cpp
View file @
15660287
...
...
@@ -5,10 +5,10 @@
*/
#include "fillcomposerjob.h"
#include "composer.h"
#include "editor/kmcomposerwin.h"
#include "kmkernel.h"
#include <MessageViewer/MessageViewerSettings>
#include <messagecomposer/composer.h>
#include <MessageComposer/MessageHelper>
#include <TemplateParser/TemplateParserJob>
...
...
src/job/handleclickedurljob.cpp
View file @
15660287
...
...
@@ -5,7 +5,6 @@
*/
#include "handleclickedurljob.h"
#include "composer.h"
#include "editor/kmcomposerwin.h"
#include "kmail_debug.h"
#include "kmkernel.h"
...
...
@@ -13,6 +12,7 @@
#include <MessageComposer/MessageHelper>
#include <MessageCore/StringUtil>
#include <TemplateParser/TemplateParserJob>
#include <messagecomposer/composer.h>
HandleClickedUrlJob
::
HandleClickedUrlJob
(
QObject
*
parent
)
:
QObject
(
parent
)
...
...
src/job/newmessagejob.cpp
View file @
15660287
...
...
@@ -5,9 +5,9 @@
*/
#include "newmessagejob.h"
#include "composer.h"
#include "editor/kmcomposerwin.h"
#include "kmkernel.h"
#include <messagecomposer/composer.h>
#include <KMime/Message>
#include <MessageComposer/MessageHelper>
...
...
Prev
1
2
Next
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