Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Workspace
Commits
6e5a20a9
Commit
6e5a20a9
authored
Oct 02, 2020
by
Nicolas Fella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[widgetsexplorer] Consistently use CamelCase includes
parent
8cfea1b1
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
11 deletions
+10
-11
components/shellprivate/shellprivateplugin.cpp
components/shellprivate/shellprivateplugin.cpp
+1
-1
components/shellprivate/widgetexplorer/kcategorizeditemsviewmodels.cpp
...ellprivate/widgetexplorer/kcategorizeditemsviewmodels.cpp
+1
-1
components/shellprivate/widgetexplorer/openwidgetassistant.cpp
...nents/shellprivate/widgetexplorer/openwidgetassistant.cpp
+1
-1
components/shellprivate/widgetexplorer/openwidgetassistant_p.h
...nents/shellprivate/widgetexplorer/openwidgetassistant_p.h
+0
-1
components/shellprivate/widgetexplorer/plasmaappletitemmodel.cpp
...nts/shellprivate/widgetexplorer/plasmaappletitemmodel.cpp
+4
-4
components/shellprivate/widgetexplorer/plasmaappletitemmodel_p.h
...nts/shellprivate/widgetexplorer/plasmaappletitemmodel_p.h
+1
-1
components/shellprivate/widgetexplorer/widgetexplorer.cpp
components/shellprivate/widgetexplorer/widgetexplorer.cpp
+2
-2
No files found.
components/shellprivate/shellprivateplugin.cpp
View file @
6e5a20a9
...
...
@@ -27,7 +27,7 @@
#include "wallpaperplugin/wallpaperplugin.h"
#include "widgetexplorer/widgetexplorer.h"
#include <
p
lasma/
c
ontainment
.h
>
#include <
P
lasma/
C
ontainment>
#if KF5TextEditor_FOUND
#include "interactiveconsole/interactiveconsole.h"
...
...
components/shellprivate/widgetexplorer/kcategorizeditemsviewmodels.cpp
View file @
6e5a20a9
...
...
@@ -18,7 +18,7 @@
*/
#include "kcategorizeditemsviewmodels_p.h"
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
#include <QDebug>
#define COLUMN_COUNT 4
...
...
components/shellprivate/widgetexplorer/openwidgetassistant.cpp
View file @
6e5a20a9
...
...
@@ -25,7 +25,7 @@
#include <QDebug>
#include <QUrl>
#include <
kf
ile
w
idget
.h
>
#include <
KF
ile
W
idget>
#include <KMessageBox>
#include <KService>
#include <KServiceTypeTrader>
...
...
components/shellprivate/widgetexplorer/openwidgetassistant_p.h
View file @
6e5a20a9
...
...
@@ -21,7 +21,6 @@
#define PLASMA_OPENWIDGETASSISTANT_P_H
#include <KAssistantDialog>
#include <KService>
class
KFileWidget
;
class
QListWidget
;
...
...
components/shellprivate/widgetexplorer/plasmaappletitemmodel.cpp
View file @
6e5a20a9
...
...
@@ -23,10 +23,10 @@
#include <QFileInfo>
#include <QMimeData>
#include <
kl
ocalized
s
tring
.h
>
#include <
ks
ervice
t
ype
t
rader
.h
>
#include <
ks
ycoca
.h
>
#include <
kc
onfig
.h
>
#include <
KL
ocalized
S
tring>
#include <
KS
ervice
T
ype
T
rader>
#include <
KS
ycoca>
#include <
KC
onfig>
#include "config-workspace.h"
#include <KPackage/PackageLoader>
#include <KDeclarative/KDeclarative>
...
...
components/shellprivate/widgetexplorer/plasmaappletitemmodel_p.h
View file @
6e5a20a9
...
...
@@ -20,7 +20,7 @@
#ifndef PLASMA_PLASMAAPPLETITEMMODEL_P_H
#define PLASMA_PLASMAAPPLETITEMMODEL_P_H
#include <
kp
lugin
i
nfo
.h
>
#include <
KP
lugin
I
nfo>
#include <Plasma/Applet>
#include "kcategorizeditemsviewmodels_p.h"
...
...
components/shellprivate/widgetexplorer/widgetexplorer.cpp
View file @
6e5a20a9
...
...
@@ -27,7 +27,7 @@
#include <QQmlProperty>
#include <KAuthorized>
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
#include <KNewStuff3/KNS3/DownloadDialog>
#include <KWindowSystem>
...
...
@@ -35,7 +35,7 @@
#include <Plasma/Corona>
#include <Plasma/Containment>
#include <Plasma/PluginLoader>
#include <
qs
tandard
p
aths
.h
>
#include <
QS
tandard
P
aths>
#include <KActivities/Consumer>
...
...
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