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
KGamma
Commits
b37b6ffa
Commit
b37b6ffa
authored
Jan 17, 2021
by
Alexander Lohnau
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Be more consistent with includes and do not break when reordering them
parent
c290f5a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
16 deletions
+18
-16
kcmkgamma/kgamma.cpp
kcmkgamma/kgamma.cpp
+17
-15
kcmkgamma/kgamma.h
kcmkgamma/kgamma.h
+1
-1
No files found.
kcmkgamma/kgamma.cpp
View file @
b37b6ffa
...
...
@@ -4,16 +4,21 @@
* SPDX-FileCopyrightText: 2001 Michael v.Ostheim <MvOstheim@web.de>
*/
#include "kgamma.h"
#include <unistd.h>
#include "config-kgamma.h"
#include "xf86configpath.h"
#include "gammactrl.h"
#include <
ql
abel
.h
>
#include <
qp
ixmap
.h
>
#include <
qs
tring
.h
>
#include <
ql
ayout
.h
>
#include <
qs
tring
l
ist
.h
>
#include <
qdir.h
>
#include <
qc
heck
b
ox
.h
>
#include <
qc
ombo
b
ox
.h
>
#include <
QL
abel>
#include <
QP
ixmap>
#include <
QS
tring>
#include <
QL
ayout>
#include <
QS
tring
L
ist>
#include <
QDir
>
#include <
QC
heck
B
ox>
#include <
QC
ombo
B
ox>
#include <QStackedWidget>
#include <QTextStream>
#include <QGridLayout>
...
...
@@ -22,18 +27,15 @@
#include <QVBoxLayout>
#include <QFormLayout>
#include <QProcess>
#include <QStandardPaths>
#include <QHBoxLayout>
#include <
kc
onfig
.h
>
#include <
KC
onfig>
#include <KConfigGroup>
#include <KLocalizedString>
#include <KPluginFactory>
#include <QHBoxLayout>
#include <QStandardPaths>
#include "config-kgamma.h"
#include "xf86configpath.h"
#include "gammactrl.h"
#include "xvidextwrap.h"
#include "kgamma.h"
extern
"C"
{
...
...
kcmkgamma/kgamma.h
View file @
b37b6ffa
...
...
@@ -7,7 +7,7 @@
#ifndef KGAMMA_H_
#define KGAMMA_H_
#include <
kcm
odule
.h
>
#include <
KCM
odule>
//Added by qt3to4:
#include <QList>
...
...
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