From fc2650816b4b95f21750c53c0d45daeff31510d6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 24 Feb 2012 22:53:44 -0600 Subject: Update tdebase cmake files with STARTKDE->STARTTDE. Fix tdebase entities, text strings for future maintenance of handbook files. This partially resolves bug report 694. Update konqueror user agent strings. This partially resolves bug report 774. Update TDM help options. This resolves bug report 618. Fix KTips branding issues and obsolete web addresses. This resolves bug report 842. --- doc/tdeprint/tech-overview.docbook | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc/tdeprint/tech-overview.docbook') diff --git a/doc/tdeprint/tech-overview.docbook b/doc/tdeprint/tech-overview.docbook index 7a81a48a2..40eacc2d0 100644 --- a/doc/tdeprint/tech-overview.docbook +++ b/doc/tdeprint/tech-overview.docbook @@ -5,7 +5,7 @@ non-programmers can comprehend. &tdeprint; is a new and revolutionary tool to give easy access to -printing services for both &kde; users and &kde; developers. +printing services for both &tde; users and &tde; developers. A Brief Description of &tdeprint; @@ -30,17 +30,17 @@ other print data. What it <emphasis>is</emphasis> &tdeprint; is an intermediate layer between the spooling and the data processing print subsystem (as installed), and the application that -seeks to print. &tdeprint; provides a common interface for &kde; -developers and &kde; users, to various supported print subsystems. At +seeks to print. &tdeprint; provides a common interface for &tde; +developers and &tde; users, to various supported print subsystems. At the same time, it is customizable, and highly configurable. -&tdeprint; is easy to use for both &kde; developers and end-users. +&tdeprint; is easy to use for both &tde; developers and end-users. Developers can port their applications, with minimal changes, to use &tdeprint; instead of the old &Qt; print system. Users can easily choose and configure their print subsystem. -For a reference to new &kde; users: &Qt; is the basic library and -graphical toolkit, which is used by all &kde; applications; &Qt; is +For a reference to new &tde; users: &Qt; is the basic library and +graphical toolkit, which is used by all &tde; applications; &Qt; is developed by TrollTech, a Norwegian software company. @@ -58,7 +58,7 @@ developed by TrollTech, a Norwegian software company. &tdeprint; allows users and/or administrators, depending on their rights, access to printing subsystems (&CUPS;, LPD, RLPR, LPRng, -PDQ &etc;) through a &kde; graphical user +PDQ &etc;) through a &tde; graphical user interface (&GUI;). Using &tdeprint;, they can print, administer jobs, printers and the printing daemon, all in a comfortable manner. @@ -72,10 +72,10 @@ on. -What &kde; developers can do with it... +What &tde; developers can do with it... -If a &kde; developer needs printing access for his application, he -does not code the printing functions from scratch. Before &kde; 2.2 this +If a &tde; developer needs printing access for his application, he +does not code the printing functions from scratch. Before &tde; 2.2 this service was provided by the QPrinter class, a library function of the &Qt; Toolkit. The QPrinter class relied on the out-moded @@ -86,7 +86,7 @@ compatibility with LPD and other legacy, or less elaborate, print systems. It also leaves the door open for any new development that might occur. -For &kde; developers to use the new &tdeprint; class in their +For &tde; developers to use the new &tdeprint; class in their applications, they require only minimal changes to their code: for every call of QPrinter, they just need to change this to KPrinter. Replacing one (!) letter in a few @@ -101,7 +101,7 @@ extensions to the standard &tdeprint; will feel right at home. This last mentioned feature has not been used widely inside -&kde; so far, as developers are not yet fully aware of &tdeprint;'s +&tde; so far, as developers are not yet fully aware of &tdeprint;'s power. Expect more of this in the near future. One example I discovered is the &kcron; application. It lets you edit the crontab through a &GUI;. The developers have implemented a printing feature @@ -113,7 +113,7 @@ in the following screenshots. This shot shows a sample from the &kcron; utility. &kcron; utility: a small sample of a system's cronjobs as -shown through the &kde; GUI&GUI;. +shown through the &tde; GUI&GUI;.