23 #include <kaboutkde.h>
24 #include <kapplication.h>
26 #include <kstandarddirs.h>
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. ");
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\"." );
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!"
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."
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>"
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")) );