00001 /*************************************************************************** 00002 klineakapplication.h - description 00003 ------------------- 00004 begin : Mon Jun 10 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 KLINEAKAPPLICATION_H 00019 #define KLINEAKAPPLICATION_H 00020 00021 #include <qwidget.h> 00022 #include <kapplication.h> 00023 extern "C" { 00024 #include <X11/Xlib.h> 00025 #include <X11/Xutil.h> 00026 #include <X11/XKBlib.h> 00027 #include <stdlib.h> 00028 } 00029 00030 00035 class KLineakApplication : public KApplication { 00036 Q_OBJECT 00037 public: 00038 KLineakApplication(QWidget *parent=0, const char *name=0); 00039 ~KLineakApplication(); 00040 // virtual bool x11EventFilter ( XEvent *event ); 00041 }; 00042 00043 #endif