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
KDE PIM Add-ons
Commits
23c08bb2
Commit
23c08bb2
authored
Jan 24, 2022
by
Laurent Montel
😁
Browse files
Use upper case includes
parent
aa89d063
Pipeline
#128212
failed with stage
in 16 minutes and 14 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmailtransport/sendmail/sendmailconfigdialog.cpp
View file @
23c08bb2
...
...
@@ -7,7 +7,7 @@
#include "sendmailconfigdialog.h"
#include "sendmailconfigwidget.h"
#include
"m
ail
t
ransport/
t
ransport
.h"
#include
<M
ail
T
ransport/
T
ransport
>
#include <QDialogButtonBox>
#include <QPushButton>
...
...
kmailtransport/sendmail/sendmailconfigwidget.h
View file @
23c08bb2
...
...
@@ -12,7 +12,7 @@
#pragma once
#include
"m
ail
t
ransport/
t
ransport
c
onfig
w
idget
.h"
#include
<M
ail
T
ransport/
T
ransport
C
onfig
W
idget
>
namespace
MailTransport
{
...
...
kmailtransport/sendmail/sendmailjob.cpp
View file @
23c08bb2
...
...
@@ -10,7 +10,7 @@
#include "sendmailjob.h"
#include "sendmailplugin_debug.h"
#include <
m
ail
t
ransport/
t
ransport
.h
>
#include <
M
ail
T
ransport/
T
ransport>
#include <KLocalizedString>
#include <KShell>
...
...
plugins/customtoolsplugins/translatorplugin/translatorview.cpp
View file @
23c08bb2
...
...
@@ -5,7 +5,7 @@
*/
#include "translatorview.h"
#include <
p
im
c
ommon/
t
ranslator
w
idget
.h
>
#include <
P
im
C
ommon/
T
ranslator
W
idget>
#include <KActionCollection>
#include <KLocalizedString>
...
...
plugins/messageviewerheaderplugins/autotests/headerstylepluginmanagertest.cpp
View file @
23c08bb2
...
...
@@ -6,8 +6,8 @@
#include "headerstylepluginmanagertest.h"
#include <KActionCollection>
#include <MessageViewer/HeaderStyleMenuManager>
#include <QTest>
#include <messageviewer/headerstylemenumanager.h>
HeaderStylePluginManagerTest
::
HeaderStylePluginManagerTest
(
QObject
*
parent
)
:
QObject
(
parent
)
...
...
plugins/messageviewerheaderplugins/briefheaderstyleplugin/briefheaderstyle.h
View file @
23c08bb2
...
...
@@ -11,7 +11,7 @@
#pragma once
#include <MessageViewer/HeaderStyle>
#include <
m
essage
v
iewer/
h
eader
s
tyle_
u
til
.h
>
#include <
M
essage
V
iewer/
H
eader
S
tyle_
U
til>
namespace
MessageViewer
{
class
BriefHeaderStyle
:
public
HeaderStyle
...
...
plugins/messageviewerheaderplugins/enterpriseheaderstyleplugin/enterpriseheaderstyle.h
View file @
23c08bb2
...
...
@@ -7,7 +7,7 @@
#include <MessageViewer/HeaderStyle>
#include <
m
essage
v
iewer/
h
eader
s
tyle_
u
til
.h
>
#include <
M
essage
V
iewer/
H
eader
S
tyle_
U
til>
namespace
MessageViewer
{
class
EnterpriseHeaderStyle
:
public
HeaderStyle
...
...
plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.h
View file @
23c08bb2
...
...
@@ -8,7 +8,7 @@
#include <MessageViewer/HeaderStyle>
#include <
m
essage
v
iewer/
h
eader
s
tyle_
u
til
.h
>
#include <
M
essage
V
iewer/
H
eader
S
tyle_
U
til>
namespace
MessageViewer
{
class
HeaderStyleUtil
;
...
...
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