]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/app.h
Replace QtGui includes with QtWidgets, add QT += widgets for qmake
[virtualjaguar] / src / gui / app.h
index 664ce67a835834ffa5d009c74b4dcc7834f15a9a..090efdff9e7eeb40e26b7cdbf26aee83cd11521b 100644 (file)
@@ -9,7 +9,7 @@
 #define __APP_H__
 
 //Hrm. uh??? I thought this wasn't the way to do this stuff...???
-#include <QtGui>
+#include <QtWidgets>
 
 // Forward declarations
 class MainWin;