1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:53:50 +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>