Add some missing includes with Qt5/KF5

This commit is contained in:
Martin Gräßlin 2013-03-07 13:47:07 +01:00
parent 544b772e42
commit 6424a44632
3 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kwinglobals.h>
#include <kwinglutils_funcs.h>
#include <QByteArray>
#include <QSet>
namespace KWin

View file

@ -25,6 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QTimer>
#include <QModelIndex>
#include <KDE/KShortcut>
#include "utils.h"
#include "tabbox/tabboxhandler.h"

View file

@ -43,6 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kcmdlineargs.h>
#include <kdeversion.h>
#include <QtDBus/QtDBus>
#include <QtConcurrentRun>
#include "client.h"
#include "composite.h"