okteta
about.h
Go to the documentation of this file.00001 /* 00002 This file is part of the Okteta program, part of the KDE project. 00003 00004 Copyright 2006-2007 Friedrich W. H. Kossebau <kossebau@kde.org> 00005 00006 This program is free software; you can redistribute it and/or 00007 modify it under the terms of the GNU General Public License as 00008 published by the Free Software Foundation; either version 2 of 00009 the License or (at your option) version 3 or any later version 00010 accepted by the membership of KDE e.V. (or its successor approved 00011 by the membership of KDE e.V.), which shall act as a proxy 00012 defined in Section 14 of version 3 of the license. 00013 00014 This program is distributed in the hope that it will be useful, 00015 but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 GNU General Public License for more details. 00018 00019 You should have received a copy of the GNU General Public License 00020 along with this program. If not, see <http://www.gnu.org/licenses/>. 00021 */ 00022 00023 #ifndef OKTETAABOUT_H 00024 #define OKTETAABOUT_H 00025 00026 // KDE 00027 #include <KAboutData> 00028 00029 00030 class OktetaAboutData : public KAboutData 00031 { 00032 public: 00033 OktetaAboutData(); 00034 }; 00035 00036 #endif
KDE 4.2 API Reference