]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/configdialog.h
Replace QtGui includes with QtWidgets, add QT += widgets for qmake
[virtualjaguar] / src / gui / configdialog.h
index 532c47ffafb968fea7a57a5f898becfc71b2fdd2..370b59746f48c7db8064b7addd7ae5008459059d 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef __CONFIGDIALOG_H__
 #define __CONFIGDIALOG_H__
 
-#include <QtGui>
+#include <QtWidgets>
 
 class GeneralTab;
 class ControllerTab;
@@ -34,7 +34,7 @@ class ConfigDialog: public QDialog
        public:
                GeneralTab * generalTab;
                ControllerTab * controllerTab1;
-               ControllerTab * controllerTab2;
+//             ControllerTab * controllerTab2;
                AlpineTab * alpineTab;
 };