X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollertab.h;h=0ec18448ae1f06f3727928e9f939ebb3751eec27;hb=2f21d8ee63902b160acbaf4c26caaaa0e23ca62f;hp=ceff5bf7976ef3a0985ebfe51502c7d88c7a961d;hpb=5da604521611a960140b58a2fb0f236c65610b70;p=virtualjaguar diff --git a/src/gui/controllertab.h b/src/gui/controllertab.h index ceff5bf..0ec1844 100644 --- a/src/gui/controllertab.h +++ b/src/gui/controllertab.h @@ -11,8 +11,11 @@ class ControllerTab: public QWidget ControllerTab(QWidget * parent = 0); ~ControllerTab(); + protected slots: + void DefineAllKeys(void); + public: - QCheckBox * antialiasChk; + QPushButton * redefineAll; }; #endif // __CONTROLLERTAB_H__