Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
d468bbab
Commit
d468bbab
authored
Jul 03, 2021
by
Nicolas Fella
Browse files
Fix some includes
Remove the unneeded KService includes and add the actually needed ones
parent
64862e43
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/autotests/TerminalInterfaceTest.cpp
View file @
d468bbab
...
...
@@ -16,7 +16,8 @@
#include
<QDebug>
// KDE
#include
<KService>
#include
<KPluginFactory>
#include
<KPluginLoader>
#include
<qtest.h>
using
namespace
Konsole
;
...
...
src/pluginsystem/PluginManager.cpp
View file @
d468bbab
...
...
@@ -10,6 +10,7 @@
#include
"IKonsolePlugin.h"
#include
"MainWindow.h"
#include
<KPluginLoader>
#include
<KPluginMetaData>
namespace
Konsole
{
...
...
src/pluginsystem/PluginManager.h
View file @
d468bbab
...
...
@@ -13,7 +13,6 @@
#include
<QList>
#include
<memory>
#include
<KService>
#include
"konsole_export.h"
namespace
Konsole
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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