Add some missing includes with Qt5/KF5

remotes/origin/Plasma/5.0
Martin Gräßlin 13 years ago
parent 544b772e42
commit 6424a44632
  1. 1
      libkwineffects/kwinglplatform.h
  2. 1
      tabbox/tabbox.h
  3. 1
      workspace.cpp

@ -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…
Cancel
Save