kmobiletools
aboutdata.h
Go to the documentation of this file.00001 /*************************************************************************** 00002 Copyright (C) 2007 00003 by Marco Gulino <marco@kmobiletools.org> 00004 00005 This program is free software; you can redistribute it and/or modify 00006 it under the terms of the GNU General Public License as published by 00007 the Free Software Foundation; either version 2 of the License, or 00008 (at your option) any later version. 00009 00010 This program is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 GNU General Public License for more details. 00014 00015 You should have received a copy of the GNU General Public License 00016 along with this program; if not, write to the 00017 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 00018 Boston, MA 02110-1301, USA. 00019 ***************************************************************************/ 00020 00021 #ifndef ABOUTDATA_H 00022 #define ABOUTDATA_H 00023 00024 #include "kmobiletools_export.h" 00025 #include <kaboutdata.h> 00026 #include <config-kmobiletools.h> 00027 #ifdef SVNREVISION 00028 #define KMOBILETOOLS_VERSION "0.5 svn " SVNREVISION 00029 #else 00030 #define KMOBILETOOLS_VERSION "0.5 svn " __DATE__ 00031 #endif 00032 #define kmteestring "\107\162\145\141\164\040\123\143\157\164\164\041" 00033 00034 // Uncomment here for releases 00035 /* 00036 #undef KMOBILETOOLS_VERSION 00037 #define KMOBILETOOLS_VERSION "0.5.0-beta2" 00038 */ 00042 class KMOBILETOOLS_EXPORT AboutData : public KAboutData 00043 { 00044 public: 00045 AboutData(); 00046 ~AboutData(); 00047 }; 00048 00049 #endif
KDE 4.2 API Reference