00001 /*************************************************************************** 00002 messenger.h - description 00003 ------------------- 00004 begin : mer mar 22 2006 00005 copyright : (C) 2006 by 00006 - Sylvain Archenault <sylvain.archenault@laposte.net> 00007 - Yves Houpert <yves.houpert@insa-rouen.fr> 00008 ***************************************************************************/ 00009 00010 /*************************************************************************** 00011 * * 00012 * This program is free software; you can redistribute it and/or modify * 00013 * it under the terms of the GNU General Public License as published by * 00014 * the Free Software Foundation; either version 2 of the License, or * 00015 * (at your option) any later version. * 00016 * * 00017 ***************************************************************************/ 00018 00019 00020 #ifndef _MESSENGER_H_ 00021 #define _MESSENGER_H_ 00022 00023 #ifdef HAVE_CONFIG_H 00024 #include <config.h> 00025 #endif 00026 00027 #include <kmainwindow.h> 00028 00035 class messenger : public KMainWindow 00036 { 00037 Q_OBJECT 00038 public: 00042 messenger(); 00043 00047 virtual ~messenger(); 00048 }; 00049 00050 #endif // _MESSENGER_H_
1.4.6