Fix include path to QX11Info
This commit is contained in:
parent
d11288293c
commit
202bc2fbf9
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,6 @@ DEALINGS IN THE SOFTWARE.
|
|||
#include <assert.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <fixx11h.h>
|
||||
#include <QX11Info>
|
||||
|
||||
#include "kdecorationfactory.h"
|
||||
#include "kdecorationbridge.h"
|
||||
|
|
|
@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#ifndef KWIN_LIB_KWINGLOBALS_H
|
||||
#define KWIN_LIB_KWINGLOBALS_H
|
||||
|
||||
#include <QX11Info>
|
||||
#include <QtX11Extras/QX11Info>
|
||||
|
||||
#include <kdemacros.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue