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
0d155a5e
Commit
0d155a5e
authored
Jun 24, 2007
by
Ingo Klöcker
Browse files
Fix compilation on Mac OS X. QtGui/QX11Info is not needed if HAVE_XKB is not defined.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=679771
parent
0cc18a06
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/XKB.cpp
View file @
0d155a5e
...
...
@@ -26,11 +26,11 @@ DEALINGS IN THE SOFTWARE.
****************************************************************************/
#include
<QtGui/QX11Info>
#if defined(HAVE_XKB)
#include
<QtGui/QX11Info>
#include
<config-konsole.h>
#include
<config-konsole.h>
#if defined(HAVE_XKB)
#include
<X11/Xlib.h>
#define explicit myexplicit
...
...
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