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
6bf21efc
Commit
6bf21efc
authored
Nov 17, 2012
by
Jekyll Wu
Browse files
<kcodecaction.h> ==> <KCodecAction>
parent
e63780b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/EditProfileDialog.cpp
View file @
6bf21efc
...
...
@@ -34,7 +34,13 @@
#include
<QtCore/QTimeLine>
// KDE
#include
<kdeversion.h>
#if KDE_IS_VERSION(4, 9, 1)
#include
<KCodecAction>
#else
#include
<kcodecaction.h>
#endif
#include
<KFontDialog>
#include
<KIcon>
#include
<KIconDialog>
...
...
src/SessionController.cpp
View file @
6bf21efc
...
...
@@ -50,10 +50,16 @@
#include
<KDebug>
#include
<KUriFilter>
#include
<KStringHandler>
#include
<kcodecaction.h>
#include
<KConfigGroup>
#include
<KGlobal>
#include
<kdeversion.h>
#if KDE_IS_VERSION(4, 9, 1)
#include
<KCodecAction>
#else
#include
<kcodecaction.h>
#endif
// Konsole
#include
"EditProfileDialog.h"
#include
"CopyInputDialog.h"
...
...
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