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
Utilities
KEditBookmarks
Commits
f623c72c
Commit
f623c72c
authored
Jul 13, 2020
by
Laurent Montel
😁
Browse files
Use camelcase includes (scripted)
parent
e7eb02ee
Changes
30
Hide whitespace changes
Inline
Side-by-side
src/actionsimpl.cpp
View file @
f623c72c
...
...
@@ -40,18 +40,18 @@
#include <QApplication>
#include "keditbookmarks_debug.h"
#include <
ka
ction
c
ollection
.h
>
#include <
KA
ction
C
ollection>
#include <QIcon>
#include <
ki
con
d
ialog
.h
>
#include <
ki
con
l
oader
.h
>
#include <
kl
ocalized
s
tring
.h
>
#include <
ks
tandard
a
ction
.h
>
#include <
krun.h
>
#include <
KI
con
D
ialog>
#include <
KI
con
L
oader>
#include <
KL
ocalized
S
tring>
#include <
KS
tandard
A
ction>
#include <
KRun
>
#include <QInputDialog>
#include <
kb
ookmark
.h
>
#include <
kb
ookmark
m
anager
.h
>
#include <
KB
ookmark>
#include <
KB
ookmark
M
anager>
#include <kbookmarkimporter.h>
#include <kbookmarkimporter_ie.h>
...
...
src/bookmarkinfowidget.cpp
View file @
f623c72c
...
...
@@ -29,11 +29,11 @@
#include <QHBoxLayout>
#include <QFormLayout>
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
#include <
kl
ine
e
dit
.h
>
#include <
KL
ine
E
dit>
#include <
kb
ookmark
.h
>
#include <
KB
ookmark>
// SHUFFLE all these functions around, the order is just plain stupid
void
BookmarkInfoWidget
::
showBookmark
(
const
KBookmark
&
bk
)
...
...
src/bookmarkinfowidget.h
View file @
f623c72c
...
...
@@ -20,7 +20,7 @@
#ifndef BOOKMARKINFOWIDGET_H
#define BOOKMARKINFOWIDGET_H
#include <
kb
ookmark
.h
>
#include <
KB
ookmark>
#include <QWidget>
class
KBookmarkModel
;
...
...
src/bookmarkiterator.cpp
View file @
f623c72c
...
...
@@ -20,7 +20,7 @@
#include "bookmarkiterator.h"
#include "kbookmarkmodel/model.h"
#include <
kb
ookmark
m
anager
.h
>
#include <
KB
ookmark
M
anager>
#include "keditbookmarks_debug.h"
#include <QTimer>
...
...
src/bookmarkiterator.h
View file @
f623c72c
...
...
@@ -21,7 +21,7 @@
#include <QObject>
#include <QList>
#include <
kb
ookmark
.h
>
#include <
KB
ookmark>
class
KBookmarkModel
;
class
BookmarkIteratorHolder
;
...
...
src/exporters.cpp
View file @
f623c72c
...
...
@@ -20,7 +20,7 @@
#include "exporters.h"
#include "keditbookmarks_debug.h"
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
#include <QFile>
#include <QTextStream>
...
...
src/exporters.h
View file @
f623c72c
...
...
@@ -18,7 +18,7 @@
#ifndef __exporters_h
#define __exporters_h
#include <
kb
ookmark
.h
>
#include <
KB
ookmark>
//Added by qt3to4:
#include <QTextStream>
...
...
src/favicons.cpp
View file @
f623c72c
...
...
@@ -25,7 +25,7 @@
#include "kbookmarkmodel/model.h"
#include "keditbookmarks_debug.h"
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
FavIconsItrHolder
::
FavIconsItrHolder
(
QObject
*
parent
,
KBookmarkModel
*
model
)
:
BookmarkIteratorHolder
(
parent
,
model
)
...
...
src/favicons.h
View file @
f623c72c
...
...
@@ -20,7 +20,7 @@
#ifndef __favicons_h
#define __favicons_h
#include <
kb
ookmark
.h
>
#include <
KB
ookmark>
#include "bookmarkiterator.h"
...
...
src/faviconupdater.cpp
View file @
f623c72c
...
...
@@ -25,14 +25,14 @@
#include "toplevel.h"
#include "keditbookmarks_debug.h"
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
#include <kio/job.h>
#include <KIO/FavIconRequestJob>
#include <kparts/part.h>
#include <KParts/BrowserExtension>
#include <
km
ime
t
ype
t
rader
.h
>
#include <
KM
ime
T
ype
T
rader>
FavIconUpdater
::
FavIconUpdater
(
QObject
*
parent
)
:
QObject
(
parent
)
...
...
src/faviconupdater.h
View file @
f623c72c
...
...
@@ -18,7 +18,7 @@
#ifndef FAVICONUPDATER_H
#define FAVICONUPDATER_H
#include <
kb
ookmark
.h
>
#include <
KB
ookmark>
#include <kparts/part.h>
#include <KParts/ReadOnlyPart>
...
...
src/globalbookmarkmanager.cpp
View file @
f623c72c
...
...
@@ -22,7 +22,7 @@
#include <QDateTime>
#include <QLocale>
#include "keditbookmarks_debug.h"
#include
"kb
ookmark
m
anager
.h"
#include
<KB
ookmark
M
anager
>
#include "kbookmarkmodel/model.h"
#include "kbookmarkmodel/commandhistory.h"
...
...
src/globalbookmarkmanager.h
View file @
f623c72c
...
...
@@ -19,7 +19,7 @@
#ifndef GLOBALBOOKMARKMANAGER_H
#define GLOBALBOOKMARKMANAGER_H
#include <
kb
ookmark
.h
>
#include <
KB
ookmark>
#include <QObject>
class
CommandHistory
;
...
...
src/importers.cpp
View file @
f623c72c
...
...
@@ -29,18 +29,18 @@
#include <QFileDialog>
#include "keditbookmarks_debug.h"
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
#include <
km
essage
b
ox
.h
>
#include <
KM
essage
B
ox>
#include <
kb
ookmark
.h
>
#include <
kb
ookmark
m
anager
.h
>
#include <
KB
ookmark>
#include <
KB
ookmark
M
anager>
#include <kbookmarkimporter.h>
#include <kbookmarkimporter_ie.h>
#include <kbookmarkimporter_opera.h>
//#include <kbookmarkimporter_crash.h>
#include <
kb
ookmark
d
om
b
uilder
.h
>
#include <
KB
ookmark
D
om
B
uilder>
#include <kbookmarkimporter_ns.h>
#include <QStandardPaths>
...
...
src/importers.h
View file @
f623c72c
...
...
@@ -21,7 +21,7 @@
#define __importers_h
#include "kbookmarkmodel/commands.h"
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
#include <QObject>
...
...
src/kbookmarkmerger.cpp
View file @
f623c72c
...
...
@@ -25,7 +25,7 @@
*/
#include <KAboutData>
#include <
kb
ookmark
m
anager
.h
>
#include <
KB
ookmark
M
anager>
#include "keditbookmarks_debug.h"
...
...
src/kbookmarkmodel/commandhistory.cpp
View file @
f623c72c
...
...
@@ -19,8 +19,8 @@
#include "commandhistory.h"
#include "commands.h"
#include <
ka
ction
c
ollection
.h
>
#include <
kb
ookmark
m
anager
.h
>
#include <
KA
ction
C
ollection>
#include <
KB
ookmark
M
anager>
#include <QAction>
#include <QUndoCommand>
...
...
src/kbookmarkmodel/commands.cpp
View file @
f623c72c
...
...
@@ -26,9 +26,9 @@
#include "kinsertionsort_p.h"
#include "keditbookmarks_debug.h"
#include <
kl
ocalized
s
tring
.h
>
#include <
kb
ookmark
m
anager
.h
>
#include <
kd
esktop
f
ile
.h
>
#include <
KL
ocalized
S
tring>
#include <
KB
ookmark
M
anager>
#include <
KD
esktop
F
ile>
QString
KEBMacroCommand
::
affectedBookmarks
()
const
{
...
...
src/kbookmarkmodel/commands.h
View file @
f623c72c
...
...
@@ -21,7 +21,7 @@
#include <QUndoCommand>
#include "kbookmarkmodel_export.h"
#include <
kb
ookmark
.h
>
#include <
KB
ookmark>
#include <QUrl>
class
KBookmarkModel
;
...
...
src/kbookmarkmodel/model.cpp
View file @
f623c72c
...
...
@@ -23,8 +23,8 @@
#include "commands.h"
#include "commandhistory.h"
#include <
kb
ookmark
m
anager
.h
>
#include <
kl
ocalized
s
tring
.h
>
#include <
KB
ookmark
M
anager>
#include <
KL
ocalized
S
tring>
#include <QIcon>
#include "keditbookmarks_debug.h"
...
...
Prev
1
2
Next
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