X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollertab.h;h=011eec2b00785b27fc876a29bb074aba81bcca48;hb=7228359373eb7602c26f7b098d6b2271ff5727a1;hp=64e291a9998ea23e4978021ef02b6361f536ce84;hpb=166019baeee39e3867ecf6c4eddd0855dc3507a4;p=virtualjaguar diff --git a/src/gui/controllertab.h b/src/gui/controllertab.h index 64e291a..011eec2 100644 --- a/src/gui/controllertab.h +++ b/src/gui/controllertab.h @@ -2,6 +2,9 @@ #define __CONTROLLERTAB_H__ #include +#include + +class ControllerWidget; class ControllerTab: public QWidget { @@ -18,7 +21,7 @@ class ControllerTab: public QWidget QPushButton * redefineAll; public: - int p1Keys[21]; + ControllerWidget * controllerWidget; }; #endif // __CONTROLLERTAB_H__