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
Network
KGet
Commits
f418509c
Commit
f418509c
authored
Jan 26, 2021
by
Laurent Montel
😁
Browse files
Fix includes
parent
eb2915c1
Changes
9
Hide whitespace changes
Inline
Side-by-side
conf/preferencesdialog.h
View file @
f418509c
...
...
@@ -12,7 +12,7 @@
#include "ui_dlgadvanced.h"
#include <
kc
onfig
d
ialog
.h
>
#include <
KC
onfig
D
ialog>
class
QWidget
;
class
KConfigSkeleton
;
...
...
core/datasourcefactory.cpp
View file @
f418509c
...
...
@@ -27,7 +27,7 @@
#include <KIO/FileJob>
#include <KLocalizedString>
#include <KMessageBox>
#include <
km
ount
p
oint
.h
>
#include <
KM
ount
P
oint>
#include "kget_debug.h"
...
...
core/kgetglobaljob.cpp
View file @
f418509c
...
...
@@ -15,7 +15,7 @@
#include "kget_debug.h"
#include <QDebug>
#include <KLocalizedString>
#include <
kuis
erver
j
ob
t
racker
.h
>
#include <
KUiS
erver
J
ob
T
racker>
KGetGlobalJob
::
KGetGlobalJob
(
QObject
*
parent
)
...
...
transfer-plugins/contentfetch/dlgscriptediting.cpp
View file @
f418509c
...
...
@@ -13,7 +13,7 @@
#include <kross/core/manager.h>
#include <kross/core/interpreter.h>
#include <
kf
ile
d
ialog
.h
>
#include <
KF
ile
D
ialog>
#include <KConfigGroup>
#include <QDialogButtonBox>
#include <QPushButton>
...
...
transfer-plugins/contentfetch/scriptconfigadaptor.h
View file @
f418509c
...
...
@@ -14,8 +14,8 @@
#include <QString>
#include <QVariant>
#include <
kc
onfig
.h
>
#include <
kc
onfig
g
roup
.h
>
#include <
KC
onfig>
#include <
KC
onfig
G
roup>
class
ScriptConfigAdaptor
:
public
QObject
{
...
...
ui/contextmenu.cpp
View file @
f418509c
...
...
@@ -19,8 +19,8 @@
#include <QWidgetAction>
#include <KFileItem>
#include <
kf
ile
i
tem
l
ist
p
roperties
.h
>
#include <
kf
ile
i
tem
a
ctions
.h
>
#include <
KF
ile
I
tem
L
ist
P
roperties>
#include <
KF
ile
I
tem
A
ctions>
QMenu
*
ContextMenu
::
createTransferContextMenu
(
QList
<
TransferHandler
*>
transfers
,
QWidget
*
parent
)
{
...
...
ui/history/transferhistorycategorizeddelegate.cpp
View file @
f418509c
...
...
@@ -9,7 +9,7 @@
*/
#include "transferhistorycategorizeddelegate.h"
#include <
kc
ategorized
s
ort
f
ilter
p
roxy
m
odel
.h
>
#include <
KC
ategorized
S
ort
F
ilter
P
roxy
M
odel>
#include <QStandardItem>
#include <QVariant>
...
...
ui/history/transferhistorycategorizedview.cpp
View file @
f418509c
...
...
@@ -10,9 +10,9 @@
#include "transferhistorycategorizedview.h"
#include "ui/history/transferhistoryitemdelegate.h"
#include <
kc
ategorized
s
ort
f
ilter
p
roxy
m
odel
.h
>
#include <
kc
ategorized
v
iew
.h
>
#include <
kc
ategory
d
rawer
.h
>
#include <
KC
ategorized
S
ort
F
ilter
P
roxy
M
odel>
#include <
KC
ategorized
V
iew>
#include <
KC
ategory
D
rawer>
#include <QDebug>
#include <QGridLayout>
...
...
ui/tray.h
View file @
f418509c
...
...
@@ -11,7 +11,7 @@
#ifndef TRAY_H
#define TRAY_H
#include <
ks
tatus
n
otifier
i
tem
.h
>
#include <
KS
tatus
N
otifier
I
tem>
class
MainWindow
;
class
KGet
;
...
...
Write
Preview
Supports
Markdown
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