[kwin] Add missing includes
Were missing if built stand-alone.
This commit is contained in:
parent
5e1dc24bf7
commit
704e42163d
6 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <QAbstractListModel>
|
||||
#include <QPixmap>
|
||||
#include <KConfig>
|
||||
#include <KSharedConfig>
|
||||
#include <kdecoration.h>
|
||||
|
||||
class QWidget;
|
||||
|
|
1
main.cpp
1
main.cpp
|
@ -37,6 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <KConfigGroup>
|
||||
#include <KCrash>
|
||||
#include <KLocalizedString>
|
||||
#include <KSharedConfig>
|
||||
// Qt
|
||||
#include <qplatformdefs.h>
|
||||
#include <QDebug>
|
||||
|
|
1
main.h
1
main.h
|
@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define MAIN_H
|
||||
|
||||
#include <KSelectionWatcher>
|
||||
#include <KSelectionOwner>
|
||||
// Qt
|
||||
#include <QApplication>
|
||||
#include <QAbstractNativeEventFilter>
|
||||
|
|
|
@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "xcbutils.h"
|
||||
// KDE includes
|
||||
#include <KConfig>
|
||||
#include <KSharedConfig>
|
||||
// Qt
|
||||
#include <QObject>
|
||||
#include <QVector>
|
||||
|
|
|
@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <kwinglobals.h>
|
||||
// KDE includes
|
||||
#include <KConfig>
|
||||
#include <KSharedConfig>
|
||||
// Qt includes
|
||||
#include <QObject>
|
||||
#include <QRect>
|
||||
|
|
|
@ -27,6 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <QSize>
|
||||
// KDE includes
|
||||
#include <KConfig>
|
||||
#include <KSharedConfig>
|
||||
|
||||
class KLocalizedString;
|
||||
class NETRootInfo;
|
||||
|
|
Loading…
Reference in a new issue