X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fkeygrabber.h;h=56494e1340d85f43d51e0757bacd2f1cc7963644;hb=240a6df48aebb5e17f82452c32e770cdfe9b5d5e;hp=cb0abaf7352499413590e2e96d115103d59f7c2c;hpb=5c28b6dbf7aa20441c8a51f484f4f64b1966f7e3;p=virtualjaguar diff --git a/src/gui/keygrabber.h b/src/gui/keygrabber.h index cb0abaf..56494e1 100644 --- a/src/gui/keygrabber.h +++ b/src/gui/keygrabber.h @@ -8,7 +8,7 @@ #ifndef __KEYGRABBER_H__ #define __KEYGRABBER_H__ -#include +#include class KeyGrabber: public QDialog { @@ -28,8 +28,8 @@ class KeyGrabber: public QDialog private: QLabel * label; QTimer * timer; - bool buttonDown; - int button; + static bool buttonDown; // Class variable + static int button; // Class variable public: int key;