Add some missing includes with Qt5/KF5
This commit is contained in:
parent
544b772e42
commit
6424a44632
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue