knode
aboutdata.h
Go to the documentation of this file.00001 /* 00002 KNode, the KDE newsreader 00003 Copyright (c) 1999-2005 the KNode authors. 00004 See file AUTHORS for details 00005 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation; either version 2 of the License, or 00009 (at your option) any later version. 00010 You should have received a copy of the GNU General Public License 00011 along with this program; if not, write to the Free Software Foundation, 00012 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, US 00013 */ 00014 00015 #ifndef KNODE_ABOUTDATA_H 00016 #define KNODE_ABOUTDATA_H 00017 00018 #include "knode_export.h" 00019 #include <kaboutdata.h> 00020 00021 namespace KNode 00022 { 00024 class KNODE_EXPORT AboutData : public KAboutData 00025 { 00026 public: 00027 AboutData(); 00028 ~AboutData(); 00029 }; 00030 00031 } // namespace KNode 00032 00033 #endif
KDE 4.2 API Reference