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
Konqueror
Commits
0da45c34
Commit
0da45c34
authored
Nov 28, 2020
by
Nicolas Fella
Committed by
Stefano Crocco
Nov 29, 2020
Browse files
Remove unused includes
parent
e1579363
Changes
5
Hide whitespace changes
Inline
Side-by-side
settings/konq/konqkcmfactory.cpp
View file @
0da45c34
...
...
@@ -20,7 +20,6 @@
#include "konqkcmfactory.h"
#include "behaviour.h"
#include <KPluginLoader>
K_PLUGIN_FACTORY_DEFINITION
(
KonqKcmFactory
,
registerPlugin
<
KBehaviourOptions
>
(
"behavior"
);
...
...
settings/konqhtml/filteropts.cpp
View file @
0da45c34
...
...
@@ -40,7 +40,6 @@
#include <kconfig.h>
#include <KLocalizedString>
#include <KPluginFactory>
#include <KPluginLoader>
#include <klistwidgetsearchline.h>
#include <klineedit.h>
#include <kpluralhandlingspinbox.h>
...
...
settings/konqhtml/htmlopts.cpp
View file @
0da45c34
...
...
@@ -23,7 +23,6 @@
#include <KLocalizedString>
#include <KConfigGroup>
#include <KPluginFactory>
#include <KPluginLoader>
#include <KSharedConfig>
//-----------------------------------------------------------------------------
...
...
settings/konqhtml/main.cpp
View file @
0da45c34
...
...
@@ -35,7 +35,6 @@
// KDE
#include <kaboutdata.h>
#include <KPluginFactory>
#include <KPluginLoader>
#include <KSharedConfig>
#include <KConfigGroup>
#include <KLocalizedString>
...
...
settings/performance/kcmperformance.cpp
View file @
0da45c34
...
...
@@ -28,7 +28,6 @@
#include "konqueror.h"
#include "system.h"
#include <KPluginFactory>
#include <KPluginLoader>
K_PLUGIN_FACTORY
(
KCMPerformanceConfigFactory
,
registerPlugin
<
KCMPerformance
::
Config
>
(
"performance"
);
registerPlugin
<
KCMPerformance
::
KonquerorConfig
>
(
"konqueror"
);
...
...
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