From 8f19439faef3135c586cc2e452bfed7a00c88250 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Tue, 25 Nov 2014 21:14:16 +0100 Subject: [PATCH] Fixed Qt project compilation --- JGE/src/Qtmain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JGE/src/Qtmain.cpp b/JGE/src/Qtmain.cpp index aa2139342..684ce8931 100644 --- a/JGE/src/Qtmain.cpp +++ b/JGE/src/Qtmain.cpp @@ -13,7 +13,7 @@ #include "GameApp.h" #include "qtcorewrapper.h" -WagicCore* g_glwidget = NULL; +QtWagicCore* g_glwidget = NULL; @@ -50,7 +50,7 @@ int main(int argc, char* argv[]) ); #endif #ifdef QT_WIDGET - g_glwidget = new WagicCore(); + g_glwidget = new QtWagicCore(); if(!downloadRequest || downloadRequest->getDownloadStatus() == DownloadRequest::DOWNLOADED) { g_glwidget->start(0);