]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/filelistmodel.h
Replace QtGui includes with QtWidgets, add QT += widgets for qmake
[virtualjaguar] / src / gui / filelistmodel.h
index a3ab66077b710fb66f72b4ca65f9d83198566bd3..83666f40a3e4d7d445a1a446453986bbb43ae513 100644 (file)
@@ -1,14 +1,14 @@
 //
 // filelistmodel.h: Class definition
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2010 Underground Software
 //
 
 #ifndef __FILELISTMODEL_H__
 #define __FILELISTMODEL_H__
 
-#include <QtGui>
+#include <QtWidgets>
 #include <vector>
 #include <stdint.h>