00001 /*************************************************************************** 00002 |FILENAME| - description 00003 ------------------- 00004 begin : |DATE| 00005 copyright : (C) |YEAR| by |AUTHOR| 00006 email : |EMAIL| 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 00019 #ifndef _MESSENGER_H_ 00020 #define _MESSENGER_H_ 00021 00022 #ifdef HAVE_CONFIG_H 00023 #include <config.h> 00024 #endif 00025 00026 #include <kmainwindow.h> 00027 00034 class messenger : public KMainWindow 00035 { 00036 Q_OBJECT 00037 public: 00041 messenger(); 00042 00046 virtual ~messenger(); 00047 }; 00048 00049 #endif // _MESSENGER_H_
1.4.6