]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/help.h
Replace QtGui includes with QtWidgets, add QT += widgets for qmake
[virtualjaguar] / src / gui / help.h
index 23aa947168383c860dfffc8b4a4bdf1114eb0aad..511a359cf79398f3ddab213b077d83ccdc9fbad3 100644 (file)
@@ -1,14 +1,14 @@
 //
 // help.h: Built-in help system
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2011 Underground Software
 //
 
 #ifndef __HELP_H__
 #define __HELP_H__
 
-#include <QtGui>
+#include <QtWidgets>
 
 class HelpWindow: public QWidget
 {