• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdepimlibs-4.8.3 API Reference
  • KDE Home
  • Contact Us
 

kpimtextedit/richtextbuilders

main.cpp
00001 
00022 #include "krichtexteditor.h"
00023 
00024 #include <kapplication.h>
00025 #include <kaboutdata.h>
00026 #include <kcmdlineargs.h>
00027 
00028 int main(int argc, char **argv)
00029 {
00030     const QByteArray& ba = QByteArray("krichtexteditor");
00031     const KLocalizedString name = ki18n("KDE Rich Text Editor");
00032     KAboutData aboutData(ba, ba, name, ba, name);
00033     KCmdLineArgs::init(argc, argv, &aboutData);
00034     KApplication app;
00035     KRichTextEditor* mw = new KRichTextEditor();
00036     mw->show();
00037     app.exec();
00038 }
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Apr 30 2012 21:48:47 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kpimtextedit/richtextbuilders

Skip menu "kpimtextedit/richtextbuilders"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Related Pages

kdepimlibs-4.8.3 API Reference

Skip menu "kdepimlibs-4.8.3 API Reference"
  • akonadi
  •   contact
  •   kmime
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  •   richtextbuilders
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
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