00001 /*************************************************************************** 00002 klineakdef.h - description 00003 ------------------- 00004 begin : Sun Jun 9 2002 00005 copyright : (C) 2002 by Sheldon Lee Wen 00006 email : leewsb@hotmail.com 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef KLINEAKDEF_H 00019 #define KLINEAKDEF_H 00020 00021 #include <qwidget.h> 00022 #include <qbutton.h> 00023 #include <qlcdnumber.h> 00024 #include <klineakdefui.h> 00025 #include "xeackey.h" 00026 00031 class KlineakDef : public KlineakDefUI { 00032 Q_OBJECT 00033 public: 00034 KlineakDef(QWidget *parent=0, const char *name=0); 00035 ~KlineakDef(); 00036 00037 public slots: 00038 void getEACKeyCode(); 00039 00040 private: 00041 XEACKey *xeackey; 00042 }; 00043 00044 #endif