• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdeutils
  • Sitemap
  • Contact Us
 

kcharselect

main.cc

Go to the documentation of this file.
00001 /*
00002  * Copyright 1999  Reginald Stadlbauer <reggie@kde.org>
00003  *
00004  * This program is free software; you can redistribute it and/or
00005  * modify it under the terms of the GNU General Public License as
00006  * published by the Free Software Foundation; either version 2 of 
00007  * the License, or (at your option) any later version.
00008  *
00009  * This program is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  * GNU General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU General Public License
00015  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
00016  */
00017 
00018 #include "kcharselectdia.h"
00019 
00020 #include <KAboutData>
00021 #include <KApplication>
00022 #include <KCmdLineArgs>
00023 
00024 static const char *version = "v1.4";
00025 static const char description[] = I18N_NOOP("KDE character selection utility");
00026 static const char text[] = I18N_NOOP("A wrapper around the KCharSelect widget.");
00027 static const char homepageUrl[] = "http://utils.kde.org/projects/kcharselect";
00028 
00029 /*================================================================*/
00030 int main(int argc, char **argv)
00031 {
00032   KAboutData aboutData( "kcharselect", 0, ki18n("KCharSelect"),
00033     version, ki18n(description), KAboutData::License_GPL,
00034     KLocalizedString(), ki18n(text), homepageUrl );
00035 
00036   aboutData.addAuthor(ki18n("Constantin Berzan"), ki18n("Maintainer"), "exit3219@gmail.com");
00037   aboutData.addAuthor(ki18n("Reginald Stadlbauer"), ki18n("Author"), "reggie@kde.org");
00038 
00039   aboutData.addCredit( ki18n("Daniel Laidig"), ki18n("New GUI, Unicode information, and general improvements"),
00040         "d.laidig@gmx.de" );
00041   aboutData.addCredit( ki18n("Nadeem Hasan"), ki18n( "GUI cleanup and fixes" ),
00042         "nhasan@kde.org" );
00043   aboutData.addCredit( ki18n("Ryan Cumming"), ki18n( "GUI cleanup and fixes" ),
00044         "bodnar42@phalynx.dhs.org" );
00045   aboutData.addCredit( ki18n("Benjamin C. Meyer"), ki18n("XMLUI conversion"),
00046         "ben+kcharselect@meyerhome.net" );
00047   aboutData.addCredit( ki18n("Bryce Nesbitt"), ki18n("RTL support") );
00048 
00049   aboutData.setProgramIconName("accessories-character-map");
00050   KCmdLineArgs::init( argc, argv, &aboutData );
00051 
00052   KApplication app;
00053 
00054   KCharSelectDia *dia = new KCharSelectDia;
00055   dia->show();
00056 
00057   return app.exec();
00058 }

kcharselect

Skip menu "kcharselect"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

kdeutils

Skip menu "kdeutils"
  • ark
  • kcalc
  • kcharselect
  • kdessh
  • kdf
  • kfloppy
  • kgpg
  • ktimer
  • kwallet
  • okteta
  • printer-applet
  • superkaramba
  • sweeper
Generated for kdeutils by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal