Adapt to Qt XkbCommon header changes in Qt 6
This commit is contained in:
parent
a119218c8b
commit
74ae78d4c6
1 changed files with 4 additions and 0 deletions
|
@ -10,7 +10,11 @@
|
|||
|
||||
#include <QDebug>
|
||||
#include <QKeyEvent>
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
||||
#include <QtXkbCommonSupport/private/qxkbcommon_p.h>
|
||||
#else
|
||||
#include <QtGui/private/qxkbcommon_p.h>
|
||||
#endif
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue