]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllertab.h
Fixed command line PAL/NSTC switches to work properly.
[virtualjaguar] / src / gui / controllertab.h
index 0ec18448ae1f06f3727928e9f939ebb3751eec27..011eec2b00785b27fc876a29bb074aba81bcca48 100644 (file)
@@ -2,6 +2,9 @@
 #define __CONTROLLERTAB_H__
 
 #include <QtGui>
+#include <stdint.h>
+
+class ControllerWidget;
 
 class ControllerTab: public QWidget
 {
@@ -14,8 +17,11 @@ class ControllerTab: public QWidget
        protected slots:
                void DefineAllKeys(void);
 
-       public:
+       private:
                QPushButton * redefineAll;
+
+       public:
+               ControllerWidget * controllerWidget;
 };
 
 #endif // __CONTROLLERTAB_H__