]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllertab.h
Initial stab at controller UI.
[virtualjaguar] / src / gui / controllertab.h
index ceff5bf7976ef3a0985ebfe51502c7d88c7a961d..0ec18448ae1f06f3727928e9f939ebb3751eec27 100644 (file)
@@ -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__