use QtModule/QFoo includes
svn path=/trunk/KDE/kdebase/workspace/; revision=687987
This commit is contained in:
parent
0b6477e90e
commit
d7b200945d
2 changed files with 9 additions and 9 deletions
|
@ -15,13 +15,13 @@ License. See the file "COPYING" for the exact licensing terms.
|
|||
|
||||
#include <kwinglobals.h>
|
||||
|
||||
#include <qpair.h>
|
||||
#include <QRect>
|
||||
#include <QRegion>
|
||||
#include <QtCore/QPair>
|
||||
#include <QtCore/QRect>
|
||||
#include <QtGui/QRegion>
|
||||
|
||||
#include <QVector>
|
||||
#include <QList>
|
||||
#include <QHash>
|
||||
#include <QtCore/QVector>
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QHash>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
|
|
@ -11,9 +11,9 @@ License. See the file "COPYING" for the exact licensing terms.
|
|||
#ifndef KWIN_LIB_KWINGLOBALS_H
|
||||
#define KWIN_LIB_KWINGLOBALS_H
|
||||
|
||||
#include <QX11Info>
|
||||
#include <QPoint>
|
||||
#include <qregion.h>
|
||||
#include <QtGui/QX11Info>
|
||||
#include <QtCore/QPoint>
|
||||
#include <QtGui/QRegion>
|
||||
|
||||
#include <kdemacros.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue