• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdesdk API Reference
  • KDE Home
  • Contact Us
 

okteta

  • sources
  • kde-4.12
  • kdesdk
  • okteta
  • mobile
  • program
mobile/program/about.cpp
Go to the documentation of this file.
1 /*
2  This file is part of the Okteta Mobile program, made within the KDE community.
3 
4  Copyright 2010 Friedrich W. H. Kossebau <kossebau@kde.org>
5 
6  This program is free software; you can redistribute it and/or
7  modify it under the terms of the GNU General Public License as
8  published by the Free Software Foundation; either version 2 of
9  the License or (at your option) version 3 or any later version
10  accepted by the membership of KDE e.V. (or its successor approved
11  by the membership of KDE e.V.), which shall act as a proxy
12  defined in Section 14 of version 3 of the license.
13 
14  This program is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  GNU General Public License for more details.
18 
19  You should have received a copy of the GNU General Public License
20  along with this program. If not, see <http://www.gnu.org/licenses/>.
21 */
22 
23 #include "about.h"
24 
25 // KDE
26 #include <KLocale>
27 
28 
29 // Program
30 static const char ProgramId[] = "okteta-mobile";
31 static const char ProgramVersion[] = "0.5.60";
32 static const char ProgramHomepage[] = "http://utils.kde.org/projects/okteta";
33 // Author
34 static const char FWHKEmailAddress[] = "kossebau@kde.org";
35 static const char AREmailAddress[] = "alex.richardson@gmx.de";
36 
37 
38 OktetaAboutData::OktetaAboutData()
39 : KAboutData( ProgramId, 0,
40  ki18n("Okteta"), ProgramVersion, // name
41  ki18n("KDE byte editor"), // description
42  KAboutData::License_GPL_V2,
43  ki18n("Copyright 2006-2010 Friedrich W. H. Kossebau"), //copyright
44  ki18n("Edit the raw data of files"), // comment
45  ProgramHomepage )
46 {
47  setProgramIconName( QString::fromLatin1("okteta") );
48  addLicense(KAboutData::License_GPL_V3);
49  setOrganizationDomain( "kde.org" );
50  addAuthor( ki18n("Friedrich W. H. Kossebau"), // name
51  ki18n("Author"), // task
52  FWHKEmailAddress );
53  addAuthor( ki18nc("Author","Alexander Richardson"),// name
54  ki18nc("Task description","Structures tool"), // task
55  AREmailAddress );
56 }
ProgramVersion
static const char ProgramVersion[]
Definition: mobile/program/about.cpp:31
FWHKEmailAddress
static const char FWHKEmailAddress[]
Definition: mobile/program/about.cpp:34
ProgramId
static const char ProgramId[]
Definition: mobile/program/about.cpp:30
AREmailAddress
static const char AREmailAddress[]
Definition: mobile/program/about.cpp:35
KAboutData
OktetaAboutData::OktetaAboutData
OktetaAboutData()
Definition: mobile/program/about.cpp:38
about.h
ProgramHomepage
static const char ProgramHomepage[]
Definition: mobile/program/about.cpp:32
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

okteta

Skip menu "okteta"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • okteta
  • umbrello
  •   umbrello

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal