X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=emul%2Femul.h;h=b64013fd1c3e05eda0cfc3e3efb8893817232c74;hb=6cc971430fda3760940c8f92bb484a6145bbad8d;hp=05b486cccf08fd60aafb4d4288d85a991071b36f;hpb=a0d923094ba0837350003dffc17d50198fe0e634;p=bertos.git diff --git a/emul/emul.h b/emul/emul.h index 05b486cc..b64013fd 100755 --- a/emul/emul.h +++ b/emul/emul.h @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.4 2006/02/15 09:11:17 bernie + *#* Add keyboard emulator. + *#* *#* Revision 1.3 2006/01/23 23:12:08 bernie *#* Let Doxygen see through C++ protected section. *#* @@ -38,7 +41,7 @@ class QApplication; class EmulWin; class EmulPRT; class EmulLCD; -class EmulKBD; +class EmulKbd; class QCheckBox; class QSlider; class QLabel; @@ -47,11 +50,11 @@ class Emulator { // data members public: - QApplication *emulApp; ///< QT Application. - EmulWin *emulWin; ///< Main window. + QApplication *emulApp; ///< QT Application. + EmulWin *emulWin; ///< Main window. - EmulLCD *emulLCD; ///< Display emulator. - EmulKBD *emulKBD; ///< Keyboard emulator. + EmulLCD *emulLCD; ///< Display emulator. + EmulKbd *emulKbd; ///< Keyboard emulator. // construction Emulator(int &argc, char **argv);