X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollertab.h;h=0ec18448ae1f06f3727928e9f939ebb3751eec27;hb=4333fdb4f2f297db8272d2ebc8323028df8c105f;hp=ceff5bf7976ef3a0985ebfe51502c7d88c7a961d;hpb=e0a3f430ecbda85e5f0903011bf8ffeb01f10fe0;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__