]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/about.h
Minor update to debugger; added autoupdating to CPU/MEM windows.
[virtualjaguar] / src / gui / about.h
index e8e5771ad674e8d8513021dd66676eaa13796f71..90d825f03347cae5b185c5219d647dcd9c932e05 100644 (file)
@@ -1,14 +1,14 @@
 //
 // about.h: Credits where credits are due ;-)
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2010 Underground Software
 //
 
 #ifndef __ABOUT_H__
 #define __ABOUT_H__
 
-#include <QtGui>
+#include <QtWidgets>
 
 class AboutWindow: public QWidget
 {