summaryrefslogtreecommitdiffstats
path: root/doc/kugar/progguide.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/kugar/progguide.docbook')
-rw-r--r--doc/kugar/progguide.docbook12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/kugar/progguide.docbook b/doc/kugar/progguide.docbook
index 5b60db0d..2a7151ba 100644
--- a/doc/kugar/progguide.docbook
+++ b/doc/kugar/progguide.docbook
@@ -2,7 +2,7 @@
this prolog
<?xml version="1.0" ?>
-<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd">
+<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd">
-->
@@ -69,7 +69,7 @@ for a detailed description.
</listitem>
</itemizedlist>
-<para> The last two ways are acceptable for &Qt; and &kde; developers;
+<para> The last two ways are acceptable for &Qt; and &tde; developers;
but &kugar; is designed to be a report generator, independent from a
programming language and/or <acronym>IDE</acronym>. It uses &XML;
format for describing report templates and data files. So any program
@@ -120,8 +120,8 @@ Don't forget to include <filename class="headerfile">stdlib.h</filename>.
The &kugar; library includes two widgets for use.
</para>
<para>
-The <classname>KReportViewer</classname> class is designed for &kde;
-developers. It supports a &kde; printing system and &UNIX; localization
+The <classname>KReportViewer</classname> class is designed for &tde;
+developers. It supports a &tde; printing system and &UNIX; localization
via <function>i18n()</function> calls.
</para>
<para>
@@ -136,7 +136,7 @@ with <filename>libkugar.so</filename> shared library, which is provided with the
</para>
<para>
Include files are <filename>kugarqt.h</filename> and <filename>kugar.h</filename>
-for &Qt; and &kde; programs respectively.
+for &Qt; and &tde; programs respectively.
</para>
<para>For a detailed example of how &kugar; classes can be used, look in the <filename class="directory">/shell</filename>
folder in the &kugar; sources.
@@ -218,7 +218,7 @@ create a QIODevice successor and redefine all necessary functionality.
<para>
This is the example code of how a designer plugin is created. The code below creates a plugin for
-a &kde; <classname>KReportViewer</classname> widget.
+a &tde; <classname>KReportViewer</classname> widget.
</para>
<para>