• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kdeui
 

kdeui

  • kdeui
kaboutkde.cpp
1 /*
2  * This file is part of the KDE Libraries
3  * Copyright (C) 2000 Espen Sand (espen@kde.org)
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Library General Public
7  * License as published by the Free Software Foundation; either
8  * version 2 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * Library General Public License for more details.
14  *
15  * You should have received a copy of the GNU Library General Public License
16  * along with this library; see the file COPYING.LIB. If not, write to
17  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  * Boston, MA 02110-1301, USA.
19  *
20  */
21 
22 // I (espen) prefer that header files are included alphabetically
23 #include <kaboutkde.h>
24 #include <kapplication.h>
25 #include <klocale.h>
26 #include <kstandarddirs.h>
27 
28 
29 KAboutKDE::KAboutKDE( TQWidget *parent, const char *name, bool modal )
30  :KAboutDialog( KAboutDialog::AbtKDEStandard, TQString::fromLatin1("TDE"),
31  KDialogBase::Help|KDialogBase::Close, KDialogBase::Close,
32  parent, name, modal )
33 {
34  const TQString text1 = i18n(""
35  "The <b>Trinity Desktop Environment</b> is a fork of the "
36  "K Desktop Environment version 3.5, which was originally written by the KDE Team, "
37  "a world-wide network of software engineers committed to <a "
38  "href=\"http://www.gnu.org/philosophy/free-sw.html\">Free Software</a> "
39  "development.<br><br>No single group, company or organization controls the "
40  "Trinity source code. Everyone is welcome to contribute to Trinity.<br><br>Visit <A "
41  "HREF=\"http://www.trinitydesktop.org/\">http://www.trinitydesktop.org</A> for more information "
42  "about Trinity, and <A HREF=\"http://www.kde.org/\">http://www.kde.org</A> "
43  "for more information on the KDE project. ");
44 
45  const TQString text2 = i18n(""
46  "Software can always be improved, and the Trinity Team is ready to "
47  "do so. However, you - the user - must tell us when "
48  "something does not work as expected or could be done better.<br><br>"
49  "The Trinity Desktop Environment has a bug tracking system. Visit "
50  "<A HREF=\"http://bugs.pearsoncomputing.net/\">http://bugs.pearsoncomputing.net</A> or "
51  "use the \"Report Bug...\" dialog from the \"Help\" menu to report bugs.<br><br>"
52  "If you have a suggestion for improvement then you are welcome to use "
53  "the bug tracking system to register your wish. Make sure you use the "
54  "severity called \"Wishlist\"." );
55 
56  const TQString text3 = i18n(""
57  "You do not have to be a software developer to be a member of the "
58  "Trinity team. You can join the national teams that translate "
59  "program interfaces. You can provide graphics, themes, sounds, and "
60  "improved documentation. You decide!"
61  "<br><br>"
62  "Visit "
63  "<A HREF=\"http://www.trinitydesktop.org/jobs/\">http://www.trinitydesktop.org/jobs/</A> "
64  "for information on some projects in which you can participate."
65  "<br><br>"
66  "If you need more information or documentation, then a visit to "
67  "<A HREF=\"http://www.trinitydesktop.org/docs/\">http://www.trinitydesktop.org/docs/</A> "
68  "will provide you with what you need.");
69  const TQString text4 = i18n(""
70  "Trinity is available free of charge, but making it is not free.<br><br>"
71  "<br><br>"
72  "The Trinity team does need financial support. Most of the money is used to "
73  "reimburse members and others on expenses they experienced when "
74  "contributing to Trinity. You are encouraged to support Trinity through a financial "
75  "donation, using one of the ways described at "
76  "<a href=\"http://www.trinitydesktop.org/donate.php\">http://www.trinitydesktop.org/donate.php</a>."
77  "<br><br>Thank you very much in advance for your support!");
78  setHelp( TQString::fromLatin1("khelpcenter/main.html"), TQString::null );
79  setTitle(i18n("Trinity Desktop Environment. Release %1").
80  arg(TQString::fromLatin1(KDE_VERSION_STRING)) );
81  addTextPage( i18n("About Trinity","&About"), text1, true );
82  addTextPage( i18n("&Report Bugs/Request Enhancements"), text2, true );
83  addTextPage( i18n("&Join the Trinity Team"), text3, true );
84  addTextPage( i18n("&Support Trinity"), text4, true );
85  setImage( locate( "data", TQString::fromLatin1("kdeui/pics/aboutkde.png")) );
86  setImageBackgroundColor( white );
87 }

kdeui

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

kdeui

Skip menu "kdeui"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kdeui by doxygen 1.8.3.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |