1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

fixed compilation

This commit is contained in:
Marek Kochanowicz 2014-05-04 15:13:03 +02:00
parent 4a502226e6
commit f51f826dad
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
#include <sstream>
#include <qt4/QtGui/qevent.h>
#include <QtGui/qevent.h>
#include <apps/opencs/model/world/tablemimedata.hpp>

View File

@ -3,7 +3,7 @@
#include <OgreColourValue.h>
#include <qt4/QtGui/qevent.h>
#include <QtGui/qevent.h>
#include "../../model/doc/document.hpp"

View File

@ -5,7 +5,7 @@
#include <OgreSceneManager.h>
#include <OgreEntity.h>
#include <qt4/QtGui/qevent.h>
#include <QtGui/qevent.h>
#include "../world/scenetoolmode.hpp"
#include <apps/opencs/model/world/universalid.hpp>