Warning, file /utilities/okteta/program/about.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002     This file is part of the Okteta program, made within the KDE community.
0003 
0004     SPDX-FileCopyrightText: 2006-2007 Friedrich W. H. Kossebau <kossebau@kde.org>
0005 
0006     SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0007 */
0008 
0009 #ifndef OKTETAABOUT_HPP
0010 #define OKTETAABOUT_HPP
0011 
0012 // KF
0013 #include <KAboutData>
0014 
0015 class OktetaAboutData : public KAboutData
0016 {
0017 public:
0018     OktetaAboutData();
0019 };
0020 
0021 #endif