diff --git a/doc/chalk/commands-menus.docbook b/doc/chalk/commands-menus.docbook index e0a58131e..abfa99022 100644 --- a/doc/chalk/commands-menus.docbook +++ b/doc/chalk/commands-menus.docbook @@ -2,7 +2,7 @@ Menus -Some of &chalk;'s menus are standard in &kde; or &koffice;, while others are +Some of &chalk;'s menus are standard in &tde; or &koffice;, while others are particular to &chalk;. The File menu contains commands for manipluating files. In the Edit menu, you can find commands that do things with the current selection. With the commands from the @@ -49,7 +49,7 @@ action="simul">&Ctrl;O Open... Opens an existing document. -Because this uses the usual &kde; Open Document +Because this uses the usual &tde; Open Document dialog to let you select a file, you can open files via various protocols (ftp, fish, etcetera). @@ -85,7 +85,7 @@ its current name. Save As... Saves the document under a different name. -The default &kde; dialog is used, so saving remotely via ftp +The default &tde; dialog is used, so saving remotely via ftp or ssh (fish) is perfectly possible. @@ -128,7 +128,7 @@ As....) File Mail... -Sends the document via email. The default &kde; +Sends the document via email. The default &tde; mail compose window will be used. @@ -140,7 +140,7 @@ action="simul">&Ctrl;P Print... Prints the document. You will see the usual -&kde; print dialog appear. +&tde; print dialog appear. @@ -235,7 +235,7 @@ action="simul">&Ctrl;X Cut Cuts the selection to the -clipboard. The current selection is put on the &kde; +clipboard. The current selection is put on the &tde; clipboard, and the selection is cleared. @@ -2116,7 +2116,7 @@ toolbar. Configure Shortcuts... Opens the Configure Shortcuts - dialog. This dialog is common to most &kde; applications + dialog. This dialog is common to most &tde; applications and allows you to configure shortcuts for all actions &chalk; has to offer. @@ -2127,7 +2127,7 @@ offer. Configure Toolbars... Opens the Configure Toolbars -dialog. This dialog is common to most &kde; applications +dialog. This dialog is common to most &tde; applications and allows you to configure &chalk;'s toolbars. diff --git a/doc/chalk/developers-plugins.docbook b/doc/chalk/developers-plugins.docbook index 12acff58a..014f098da 100644 --- a/doc/chalk/developers-plugins.docbook +++ b/doc/chalk/developers-plugins.docbook @@ -34,7 +34,7 @@ instance) and a translated string for GUI purposes. A word on compatibility: &chalk; is still in development. From &chalk; 1.5 to 1.6 not many API changes are expected, but there may be some. From &chalk; 1.6 -to 2.0 we will move from &Qt;3 to &Qt;4, from &kde;3 to &kde;4, from +to 2.0 we will move from &Qt;3 to &Qt;4, from &tde;3 to &tde;4, from automake to cmake: many changes are to be expected. If you develop a plugin for &chalk; and choose to do so in &chalk;’s subversion repository, chances are excellent that we’ll help you @@ -143,7 +143,7 @@ import/export filter could be a PDF filter. Filters are loaded by the Creating plugins -Plugins are written in C++ and can use all of &kde; and &Qt; and the &chalk; +Plugins are written in C++ and can use all of &tde; and &Qt; and the &chalk; developer API. Only viewplugins should use the &koffice; API. Don’t worry: &chalk;’s API’s are quite clear and rather extensively documented (for free software) and coding your first filter is really easy. @@ -152,7 +152,7 @@ If you do not want to use C++, you can write scripts in Python or Ruby; that is a different thing altogether, though, and you cannot currently write tools, colorspaces, paintops or import/export filters as scripts. -&chalk; plugins use &kde;'s parts mechanism for loading, so the parts +&chalk; plugins use &tde;'s parts mechanism for loading, so the parts documentation at is relevant here, too. Your distribution should have either installed the relevant header files with @@ -165,13 +165,13 @@ public API at . Automake (and CMake) -&kde; 3.x and thus &koffice; 1.5 and 1.6 use automake; -&kde; 4.0 and &koffice; 2.0 use cmake. This tutorial +&tde; 3.x and thus &koffice; 1.5 and 1.6 use automake; +&tde; 4.0 and &koffice; 2.0 use cmake. This tutorial describes the automake way of creating plugins. -Plugins are &kde; modules and should be tagged as such in their +Plugins are &tde; modules and should be tagged as such in their Makefile.am. Filters, tools, paintops, colorspaces and import/export filters need .desktop files; viewplugins need a KXMLGui @@ -187,7 +187,7 @@ so yet. Let's look at the skeleton for a plugin module. First, the -Makefile.am. This is what &kde; uses to generate the +Makefile.am. This is what &tde; uses to generate the makefile that builds your plugin: @@ -213,7 +213,7 @@ set. If your plugin is a viewplugin, you will likely also install a .rc file with entries for menubars and toolbars. Likewise, you may need to install cursors and icons. That is all done through -the ordinary &kde; Makefile.am magic incantantions: +the ordinary &tde; Makefile.am magic incantantions: chalkrcdir = $(kde_datadir)/chalk/chalkplugins @@ -267,7 +267,7 @@ need to be discussed separately. Boilerplate -You also need a bit of boilerplate code that is called by the &kde; part +You also need a bit of boilerplate code that is called by the &tde; part framework to instantiate the plugin — a header file and an implementation file. A header file: diff --git a/doc/chalk/introduction.docbook b/doc/chalk/introduction.docbook index 9384bcbce..7f585e236 100644 --- a/doc/chalk/introduction.docbook +++ b/doc/chalk/introduction.docbook @@ -121,7 +121,7 @@ information. About this manual -We are assuming you have got a good working knowledge of &kde; and of your +We are assuming you have got a good working knowledge of &tde; and of your operating system. The first chapter will give you a quick tour of &chalk;'s cool features; the other chapters will expand on that information. diff --git a/doc/chalk/tutorial-starting.docbook b/doc/chalk/tutorial-starting.docbook index bed91f24a..203314cde 100644 --- a/doc/chalk/tutorial-starting.docbook +++ b/doc/chalk/tutorial-starting.docbook @@ -3,7 +3,7 @@ So, let's show you all the niceties. You can start &chalk; either on its own -or from the &koffice; shell. In your &kde; menus, &chalk; should be placed +or from the &koffice; shell. In your &tde; menus, &chalk; should be placed either under Graphics or under Office — it depends a bit on who packaged &koffice; for you. Or do what I do: press &Alt;F2 (which opens the diff --git a/doc/karbon/index.docbook b/doc/karbon/index.docbook index 670d3acce..fe8e5db8e 100644 --- a/doc/karbon/index.docbook +++ b/doc/karbon/index.docbook @@ -38,7 +38,7 @@ Please respect the format of the date (DD/MM/YYYY) and of the version -&karbon14; is a Scalable Graphics editer for &kde;. +&karbon14; is a Scalable Graphics editer for &tde;. @@ -51,11 +51,11 @@ Please respect the format of the date (DD/MM/YYYY) and of the version Introduction -The documentation for &kappname; was not finished when &kde; was installed on +The documentation for &kappname; was not finished when &tde; was installed on this computer. If you need help, please check The &kde; Website for updates, or by +url="http://www.kde.org">The &tde; Website for updates, or by submitting your question to The -&kde; User Mailing list. The &kde; +&tde; User Mailing list. The &tde; Team &underFDL; diff --git a/doc/kexi/basics.docbook b/doc/kexi/basics.docbook index 7bb34b9f9..e29a829f9 100644 --- a/doc/kexi/basics.docbook +++ b/doc/kexi/basics.docbook @@ -97,7 +97,7 @@ Database objects (tables, queries, etc.) listed in the Project Navigator can opened by clicking (or - double-clicking, depending upon your global &kde; settings) on their names. + double-clicking, depending upon your global &tde; settings) on their names. diff --git a/doc/kexi/configuration.docbook b/doc/kexi/configuration.docbook index f3d134f7f..ae9b997ba 100644 --- a/doc/kexi/configuration.docbook +++ b/doc/kexi/configuration.docbook @@ -45,7 +45,7 @@ IDEAl mode is the default MDI mode, and may be familiar from - other &kde; applications. In this mode, a single child window + other &tde; applications. In this mode, a single child window is shown maximized within the &kexi; main window at once. A tab bar, containing one tab for each child window, allows other child windows to be viewed by simply clicking on the diff --git a/doc/kivio/working.docbook b/doc/kivio/working.docbook index eb883b677..161173de6 100644 --- a/doc/kivio/working.docbook +++ b/doc/kivio/working.docbook @@ -17,7 +17,7 @@ Opening a Document -To open a previously saved document select FileOpen..., a standard &kde; file dialog box will appear. +To open a previously saved document select FileOpen..., a standard &tde; file dialog box will appear. Recently used documents are listed under FileOpen Recent. @@ -29,7 +29,7 @@ Printing -The document can be printed by selecting FilePrint.... The standard &kde; printing dialog appears. A preview of the printed output can be obtained by selecting FilePrint Preview.... +The document can be printed by selecting FilePrint.... The standard &tde; printing dialog appears. A preview of the printed output can be obtained by selecting FilePrint Preview.... @@ -69,7 +69,7 @@ Exporting a Page -Individual pages can be exported as bitmap graphics files. To export the current page select File Export... or File Save As.... A standard &kde; file dialog box appears. The export format is determined by the name extension you give the file, it must end with one of the extensions listed below. +Individual pages can be exported as bitmap graphics files. To export the current page select File Export... or File Save As.... A standard &tde; file dialog box appears. The export format is determined by the name extension you give the file, it must end with one of the extensions listed below. The following formats are supported: diff --git a/doc/koffice/index.docbook b/doc/koffice/index.docbook index 48b90f08d..595889ec4 100644 --- a/doc/koffice/index.docbook +++ b/doc/koffice/index.docbook @@ -33,7 +33,7 @@ &koffice; is an integrated office suite for the K Desktop Environment -(&kde;). +(&tde;). @@ -52,7 +52,7 @@ &koffice; is an integrated office suite for the K Desktop Environment -(&kde;). &koffice; currently consists of the following components: +(&tde;). &koffice; currently consists of the following components: @@ -110,7 +110,7 @@ KParts. Despite offering so many components, &koffice; is very lightweight, fast and has a rather low memory footprint. This is also achieved because &koffice; builds -on &kde;, which is already a very powerful application development framework. +on &tde;, which is already a very powerful application development framework. A goal of &koffice; is also to not overload the user interface with features @@ -151,8 +151,8 @@ as native file format. KDE Features -Since &koffice; builds on &kde; all the features you would expect from a -&kde; application are also available in &koffice;. This includes DCOP, KParts, +Since &koffice; builds on &tde; all the features you would expect from a +&tde; application are also available in &koffice;. This includes DCOP, KParts, Desktop Integration, Configurability and so on. All this makes the look and feel of &koffice; very familiar and really integrates &koffice; into the desktop environment, thus allowing seamless workflows. @@ -413,7 +413,7 @@ letters and use certain templates, there is no need for much more functionality than saving, loading, printing, &etc; - Thanks to the action concept of &Qt; and &kde;, + Thanks to the action concept of &Qt; and &tde;, you can freely customize &koffice; menubars and tool bars. Unfortunately, at the moment, there are no easy-to-use dialogs to do this. &koffice; stores its &GUI; configuration in &XML; files @@ -493,7 +493,7 @@ consult their respective manuals. The following links should be useful if you're looking for more information -about &kde; or &koffice;. +about &tde; or &koffice;. @@ -506,11 +506,11 @@ install &koffice;, news about &koffice; development, screenshots &etc; The KDE Homepage. KDE is the most advanced and absolutely free desktop environment for unix-like operating systems. -&koffice; makes use of the &kde; libraries. +&koffice; makes use of the &tde; libraries. Trolltech. The creators -of the C++-toolkit &Qt;. &kde; and &koffice; make use of &Qt;. +of the C++-toolkit &Qt;. &tde; and &koffice; make use of &Qt;. @@ -531,8 +531,8 @@ be of interest: At http://developer.kde.org you'll -find many documents about programming with &Qt; and &kde;. Here you can find -the online version of the complete &kde; library documentation. +find many documents about programming with &Qt; and &tde;. Here you can find +the online version of the complete &tde; library documentation. In the &koffice; sources you'll find an example application in the @@ -611,7 +611,7 @@ http://www.koffice.org/people.php. This manual is copyright by Jost Schenck. It can be distributed freely, as long as this copyright notice is included. You may change -it as long as you send me the changes or commit them to &kde; +it as long as you send me the changes or commit them to &tde; CVS. I'll not be liable for anything resulting from the use of this manual. @@ -647,9 +647,9 @@ The &Qt; 3.3 libraries from Trolltech. See for more information. -The K Desktop Environment 3.3 (&kde; 3.3) or newer. &koffice; cannot be compiled -with earlier versions of &kde;. Information on obtaining and installing -&kde; can be found at: &kde-http; +The K Desktop Environment 3.3 (&tde; 3.3) or newer. &koffice; cannot be compiled +with earlier versions of &tde;. Information on obtaining and installing +&tde; can be found at: &tde-http; Permission to install software on your computer. If you are on a @@ -659,7 +659,7 @@ using a networked computer, check with your administrator first. -Please note that, while you need the &kde; 3.3 (or newer) libraries +Please note that, while you need the &tde; 3.3 (or newer) libraries on your system, you can still use &koffice; in a different desktop environment (for example, XFCE or GNOME). diff --git a/doc/koshell/index.docbook b/doc/koshell/index.docbook index 364c925d9..dd2a48f19 100644 --- a/doc/koshell/index.docbook +++ b/doc/koshell/index.docbook @@ -412,7 +412,7 @@ author. Under The Hood -&koshell; makes extensive use of several &kde; key technologies, most +&koshell; makes extensive use of several &tde; key technologies, most notably KParts and &DCOP;. The &GUI; integration of the components is done by plugins diff --git a/doc/kplato/index.docbook b/doc/kplato/index.docbook index e9204839a..66e36e952 100644 --- a/doc/kplato/index.docbook +++ b/doc/kplato/index.docbook @@ -51,7 +51,7 @@ Please respect the format of the date (DD/MM/YYYY) and of the version -&kplato; is a project planning and management application for &kde;. +&kplato; is a project planning and management application for &tde;. diff --git a/doc/kpresenter/a11y.docbook b/doc/kpresenter/a11y.docbook index 67e302ede..8e7784ff7 100644 --- a/doc/kpresenter/a11y.docbook +++ b/doc/kpresenter/a11y.docbook @@ -11,7 +11,7 @@ For Users with Disabilities This section of the documentation discusses accessibility features in &kpresenter; -for users with disabilities. Some of these features apply to &kde; as a whole and are controlled from +for users with disabilities. Some of these features apply to &tde; as a whole and are controlled from &kcontrolcenter;. Some apply to all &koffice; applications, and some are specific to &kpresenter;. @@ -21,15 +21,15 @@ and some are specific to &kpresenter;. Most of the features described in this chapter are enabled by installing the tdeaccessibility module. -The tdeaccessibility module is part of the &kde; project +The tdeaccessibility module is part of the &tde; project http://www.kde.org. The tdeaccessibility package can be obtained from &kde-ftp;, the -main ftp site of the &kde; project. +main ftp site of the &tde; project. Many distributions offer precompiled binaries on their ftp sites. Please check your distribution's web sites for more information. -More information about &kde; accessibility can be obtained by +More information about &tde; accessibility can be obtained by visiting http://accessibility.kde.org/. @@ -39,7 +39,7 @@ visiting http://accessibility.kde.org Visual Impairments &kpresenter; is not usable by totally blind users. It is hoped that -a general screen reader for the blind will be available in future versions of &kde;. +a general screen reader for the blind will be available in future versions of &tde;. diff --git a/doc/kpresenter/great-presentations.docbook b/doc/kpresenter/great-presentations.docbook index 82d4bcdcc..63d704e35 100644 --- a/doc/kpresenter/great-presentations.docbook +++ b/doc/kpresenter/great-presentations.docbook @@ -1,6 +1,6 @@ diff --git a/doc/kpresenter/menus.docbook b/doc/kpresenter/menus.docbook index 52d29d6eb..eadcc4333 100644 --- a/doc/kpresenter/menus.docbook +++ b/doc/kpresenter/menus.docbook @@ -1,5 +1,5 @@ @@ -238,7 +238,7 @@ logo to the title page. To do so, the first step is to click on the This brings up a file selection dialog. To learn about this or other -standard &kde; dialog boxes in detail, please consult the &kde; +standard &tde; dialog boxes in detail, please consult the &tde; documentation. You can browse by clicking on folder icons or by using the browser style buttons on the toolbar (highlighted in red.) Clicking the up arrow diff --git a/doc/kspread/a11y.docbook b/doc/kspread/a11y.docbook index 8e1a44183..ed76ab448 100644 --- a/doc/kspread/a11y.docbook +++ b/doc/kspread/a11y.docbook @@ -11,7 +11,7 @@ For Users with Disabilities This section of the documentation discusses accessibility features in &kspread; -for users with disabilities. Some of these features apply to &kde; as a whole and are controlled from +for users with disabilities. Some of these features apply to &tde; as a whole and are controlled from &kcontrolcenter;. Some apply to all &koffice; applications, and some are specific to &kspread;. @@ -21,15 +21,15 @@ and some are specific to &kspread;. Most of the features described in this chapter are enabled by installing the tdeaccessibility module. -The tdeaccessibility module is part of the &kde; project +The tdeaccessibility module is part of the &tde; project http://www.kde.org. The tdeaccessibility package can be obtained from &kde-ftp;, the -main ftp site of the &kde; project. +main ftp site of the &tde; project. Many distributions offer precompiled binaries on their ftp sites. Please check your distribution's web sites for more information. -More information about &kde; accessibility can be obtained by +More information about &tde; accessibility can be obtained by visiting http://accessibility.kde.org/. @@ -39,7 +39,7 @@ visiting http://accessibility.kde.org Visual Impairments &kspread; is not usable by totally blind users. It is hoped that -a general screen reader for the blind will be available in future versions of &kde;. +a general screen reader for the blind will be available in future versions of &tde;. diff --git a/doc/kspread/basics.docbook b/doc/kspread/basics.docbook index 2a06be215..46d603e32 100644 --- a/doc/kspread/basics.docbook +++ b/doc/kspread/basics.docbook @@ -13,7 +13,7 @@ &kspread; Basics -Like the rest of &kde;, &kspread; is highly configurable, which can +Like the rest of &tde;, &kspread; is highly configurable, which can cause problems for readers trying to compare the text in a document such as this with what they see on the version of &kspread; running on their desktop. To cut down on some of the possibilities for confusion, it it suggested that @@ -222,7 +222,7 @@ You can change the format back to Generic at any time. At first glance, &kspread;'s Cut, Copy and Paste appear -to be similar to these functions in other &kde; applications. Having selected +to be similar to these functions in other &tde; applications. Having selected a cell or cells, you can choose Copy or Cut from the Edit menu or from the drop down menu you get by holding the right @@ -517,7 +517,7 @@ Status bar and choosing an item from the pop up menu. worksheet, as a single document file. If you have created a new document, or want to save an existing one under a different name, use File -Save As.... This will bring up &kde;'s common +Save As.... This will bring up &tde;'s common Save Document As dialog box. Choose the folder where you want to save the document and enter a suitable file name into the Location: text box. &kspread; @@ -577,7 +577,7 @@ the dialog. Printing a Spreadsheet Printing a spreadsheet is basically done by selecting FilePrint... which -brings up &kde;'s common Print dialog box where you can +brings up &tde;'s common Print dialog box where you can choose, among other options, the printer to be used, the number of copies and whether all or only selected pages are to be printed. By default &kspread; will print all items in the current worksheet, but diff --git a/doc/kspread/commands.docbook b/doc/kspread/commands.docbook index 1c2ae0445..0f608a947 100644 --- a/doc/kspread/commands.docbook +++ b/doc/kspread/commands.docbook @@ -588,7 +588,7 @@ See the section Insert Picture -Opens the standard &kde; file dialog +Opens the standard &tde; file dialog to insert a picture. diff --git a/doc/kspread/configdialog.docbook b/doc/kspread/configdialog.docbook index 8936eef58..5916d41aa 100644 --- a/doc/kspread/configdialog.docbook +++ b/doc/kspread/configdialog.docbook @@ -345,7 +345,7 @@ checking programs that may be present on your computer. Skip all uppercase words Check this box if you want the spellchecker to ignore -uppercase words, which are usually acronyms such as &kde;. +uppercase words, which are usually acronyms such as &tde;. diff --git a/doc/kspread/index.docbook b/doc/kspread/index.docbook index 171b78a6e..441af5b47 100644 --- a/doc/kspread/index.docbook +++ b/doc/kspread/index.docbook @@ -92,13 +92,13 @@ url="http://www.bricklin.com/visicalc.htm">Visicalc. &kspread; is a full featured spreadsheet program. It is part of the &koffice; -productivity suite for the K Desktop Environment (&kde;). +productivity suite for the K Desktop Environment (&tde;). Other &koffice; applications include &kword;, (word processing), &kpresenter; (slide presentation creator) and &kchart; (for producing charts and graphs) among others. You might care to visit -http://www.kde.org for more information about &kde; in general, or the +http://www.kde.org for more information about &tde; in general, or the &koffice; web site at http://www.koffice.org @@ -182,10 +182,10 @@ Documentation copyright 2002 Pamela Roberts Installation -&kspread; is part of &kde;'s &koffice; package and uses various -&koffice; libraries. &koffice; itself is part of &kde; and depends on the -general &kde; libraries. -For instructions on acquiring and installing &kde;, &koffice; and +&kspread; is part of &tde;'s &koffice; package and uses various +&koffice; libraries. &koffice; itself is part of &tde; and depends on the +general &tde; libraries. +For instructions on acquiring and installing &tde;, &koffice; and &kspread; please visit http://www.kde.org and http://www.koffice.org. diff --git a/doc/kugar/datadtd.docbook b/doc/kugar/datadtd.docbook index d393e1b84..77fd4214a 100644 --- a/doc/kugar/datadtd.docbook +++ b/doc/kugar/datadtd.docbook @@ -1,6 +1,6 @@ diff --git a/doc/kugar/dataref.docbook b/doc/kugar/dataref.docbook index 30f56ec35..17b5b64d8 100644 --- a/doc/kugar/dataref.docbook +++ b/doc/kugar/dataref.docbook @@ -1,7 +1,7 @@ diff --git a/doc/kugar/designer.docbook b/doc/kugar/designer.docbook index 34195ca36..05363f1aa 100644 --- a/doc/kugar/designer.docbook +++ b/doc/kugar/designer.docbook @@ -2,7 +2,7 @@ this prolog - + --> diff --git a/doc/kugar/index.docbook b/doc/kugar/index.docbook index 3efcf4365..ebb84d162 100644 --- a/doc/kugar/index.docbook +++ b/doc/kugar/index.docbook @@ -79,7 +79,7 @@ Introduction - &kugar; is a report creation tool for &Qt; and &kde;. It includes + &kugar; is a report creation tool for &Qt; and &tde;. It includes a &GUI; report template designer, a report engine, a &konqueror; part for easy report preview and a set of examples. diff --git a/doc/kugar/progguide.docbook b/doc/kugar/progguide.docbook index 5b60db0d2..2a7151ba0 100644 --- a/doc/kugar/progguide.docbook +++ b/doc/kugar/progguide.docbook @@ -2,7 +2,7 @@ this prolog - + --> @@ -69,7 +69,7 @@ for a detailed description. - The last two ways are acceptable for &Qt; and &kde; developers; + 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 IDE. It uses &XML; format for describing report templates and data files. So any program @@ -120,8 +120,8 @@ Don't forget to include stdlib.h. The &kugar; library includes two widgets for use. -The KReportViewer class is designed for &kde; -developers. It supports a &kde; printing system and &UNIX; localization +The KReportViewer class is designed for &tde; +developers. It supports a &tde; printing system and &UNIX; localization via i18n() calls. @@ -136,7 +136,7 @@ with libkugar.so shared library, which is provided with the Include files are kugarqt.h and kugar.h -for &Qt; and &kde; programs respectively. +for &Qt; and &tde; programs respectively. For a detailed example of how &kugar; classes can be used, look in the /shell folder in the &kugar; sources. @@ -218,7 +218,7 @@ create a QIODevice successor and redefine all necessary functionality. This is the example code of how a designer plugin is created. The code below creates a plugin for -a &kde; KReportViewer widget. +a &tde; KReportViewer widget. diff --git a/doc/kugar/starting.docbook b/doc/kugar/starting.docbook index 555df6a9f..1efe6da46 100644 --- a/doc/kugar/starting.docbook +++ b/doc/kugar/starting.docbook @@ -2,7 +2,7 @@ this prolog - + --> diff --git a/doc/kugar/template-elements.docbook b/doc/kugar/template-elements.docbook index d48bb2a72..f5faedb87 100644 --- a/doc/kugar/template-elements.docbook +++ b/doc/kugar/template-elements.docbook @@ -1,7 +1,7 @@ diff --git a/doc/kugar/template.docbook b/doc/kugar/template.docbook index f5299fcea..a9fb4a799 100644 --- a/doc/kugar/template.docbook +++ b/doc/kugar/template.docbook @@ -1,7 +1,7 @@ diff --git a/doc/kugar/templatedtd.docbook b/doc/kugar/templatedtd.docbook index 70d75015b..e7e8591cc 100644 --- a/doc/kugar/templatedtd.docbook +++ b/doc/kugar/templatedtd.docbook @@ -2,7 +2,7 @@ this prolog - + --> diff --git a/doc/kugar/tutorial.docbook b/doc/kugar/tutorial.docbook index 67cd0f42c..7bf5913e5 100644 --- a/doc/kugar/tutorial.docbook +++ b/doc/kugar/tutorial.docbook @@ -2,7 +2,7 @@ this prolog - + --> diff --git a/doc/kword/a11y.docbook b/doc/kword/a11y.docbook index 73bd23cc3..ab54fc1a4 100644 --- a/doc/kword/a11y.docbook +++ b/doc/kword/a11y.docbook @@ -11,7 +11,7 @@ For Users with Disabilities This section of the documentation discusses accessibility features in &kword; -for users with disabilities. Some of these features apply to &kde; as a whole and are controlled from +for users with disabilities. Some of these features apply to &tde; as a whole and are controlled from &kcontrolcenter;. Some apply to all &koffice; applications, and some are specific to &kword;. @@ -21,15 +21,15 @@ and some are specific to &kword;. Most of the features described in this chapter are enabled by installing the tdeaccessibility module. -The tdeaccessibility module is part of the &kde; project +The tdeaccessibility module is part of the &tde; project http://www.kde.org. The tdeaccessibility package can be obtained from &kde-ftp;, the -main ftp site of the &kde; project. +main ftp site of the &tde; project. Many distributions offer precompiled binaries on their ftp sites. Please check your distribution's web sites for more information. -More information about &kde; accessibility can be obtained by +More information about &tde; accessibility can be obtained by visiting http://accessibility.kde.org/. @@ -39,7 +39,7 @@ visiting http://accessibility.kde.org Visual Impairments &kword; is not usable by totally blind users. It is hoped that -a general screen reader for the blind will be available in future versions of &kde;. +a general screen reader for the blind will be available in future versions of &tde;. diff --git a/doc/kword/basics.docbook b/doc/kword/basics.docbook index cf1ef6133..ee913c377 100644 --- a/doc/kword/basics.docbook +++ b/doc/kword/basics.docbook @@ -20,9 +20,9 @@ perform a group of similar features. When you examine the &kword; window, it is divided into 5 major areas: -The &kde; Titlebar +The &tde; Titlebar (which remains at the top of all programs run under -&kde;). +&tde;). The Menubar. @@ -45,9 +45,9 @@ Area, including the rulers and scrollbars. -The &kde; Titlebar -The &kde; titlebar sits on top of all applications run under &kde;. -For more information on the titlebar, please see the &kde; User Guide. +The &tde; Titlebar +The &tde; titlebar sits on top of all applications run under &tde;. +For more information on the titlebar, please see the &tde; User Guide. @@ -98,7 +98,7 @@ Rulers. Scrollbars - The scrollbars are used to move through a &kword; document quickly. The &kword; scrollbars functions similar to all scrollbars in -&kde; or &Windows;. +&tde; or &Windows;. The scrollbars can be toggled on and off. See the section on Configure &kword; User Interface. diff --git a/doc/kword/docvariables.docbook b/doc/kword/docvariables.docbook index d8e8cc971..ecefd384e 100644 --- a/doc/kword/docvariables.docbook +++ b/doc/kword/docvariables.docbook @@ -86,7 +86,7 @@ Compare this choice to Current date (fixed) Locale date format This inserts the date in the format specified in the -&kde; Control Center. +&tde; Control Center. To select this option, simply make sure the upper combo box says Locale date format. A preview of the date format will appear above the OK button. If satisfied click OK. @@ -239,7 +239,7 @@ Compare this choice to Current time (fixed) Locale format This inserts the time in the format specified in the -&kde; Control Center. +&tde; Control Center. To select this option, simply make sure the upper combo box says Locale format. A preview of the current time string is visible above the OK button. If satisfied click OK. @@ -398,7 +398,7 @@ are specific to the document. You can insert these variables by selecting Author NameJoseph UserThe name of the author as specified in the Document information box. CityPhiladelphiaThe city specified in the Document information box. -Company&kde;The company name specified in the Document information box. +Company&tde;The company name specified in the Document information box. CountryUnited StatesThe country name specified in the Document information box. Directory Name/home/juser/kwordThis is the folder name for the document. The filename is not included in the folder name variable. Directory & Filename/home/juser/kword/Resume.kwdThe folder and filename of the current file. diff --git a/doc/kword/editing.docbook b/doc/kword/editing.docbook index 733da6677..954e8cbfc 100644 --- a/doc/kword/editing.docbook +++ b/doc/kword/editing.docbook @@ -1059,7 +1059,7 @@ to use shadow text and/or word by word underlining and strikethrough in the repl In order for this string example to work, a mark must be placed in the check box labeled Regular expression Regular expressions are available by placing a mark in this checkbox. The use of regular expressions is beyond the -scope of this manual. For more information see the KDE Regular Expression Manual (Available in the &kde; help center). +scope of this manual. For more information see the KDE Regular Expression Manual (Available in the &tde; help center). Now in the Replace With section of the replace dialog, you place a mark in the check box labeled Use placeholders. Click the Insert Placeholder button and select Complete Match. &kword; will insert a \0 in the diff --git a/doc/kword/index.docbook b/doc/kword/index.docbook index dfc296e0d..68ce9538c 100644 --- a/doc/kword/index.docbook +++ b/doc/kword/index.docbook @@ -129,7 +129,7 @@ work. All &koffice; applications were designed from the beginning to take -advantage of the features of &kde;. Because of this, &kword; (like +advantage of the features of &tde;. Because of this, &kword; (like all of &koffice;), supports many advanced features you expect from todays desktop environment. @@ -451,10 +451,10 @@ there are many possible authors (employees) and hundreds (or thousands) of docum The second tab is labeled Author and has blanks to enter the authors name, Initials, Title, Position, Company and contact information (email address, telephone numbers and physical address). Every value entered in this dialog can be inserted as a document variables. -At the bottom of the dialog is a button labeled Load From Address Book. Clicking on this button will automatically insert your information contained in the &kde; address book into this &kword; document information dialog. -You must inform the &kde; address book which entry corresponds to your information. -To do this, open the &kde; address book, select the entry that contains your name and address. Now select -EditSet as Personal Contact Datafrom the menubar in the &kde; address book. This only needs to be performed once. +At the bottom of the dialog is a button labeled Load From Address Book. Clicking on this button will automatically insert your information contained in the &tde; address book into this &kword; document information dialog. +You must inform the &tde; address book which entry corresponds to your information. +To do this, open the &tde; address book, select the entry that contains your name and address. Now select +EditSet as Personal Contact Datafrom the menubar in the &tde; address book. This only needs to be performed once. &kword; will now insert the entered information when the Load From Address Book button is clicked. The second button Delete Personal Data allows you to remove all data of the entries on this page. When finished entering the information, click OK to apply the changes. @@ -593,7 +593,7 @@ from the menubar. Click OK. Your PDF file will be created and saved at the location specified in Output file. -For more information on printing in &kde;, visit The &kde; Print web page. +For more information on printing in &tde;, visit The &tde; Print web page. @@ -662,7 +662,7 @@ Any software updates, bug fixes or announcements of new releases of &koffice; wi How do themes affect &kword;? -&kword; (like all of &koffice;) is completely themeable. You can use any QT or &kde; theme to customize the look of &kword;. +&kword; (like all of &koffice;) is completely themeable. You can use any QT or &tde; theme to customize the look of &kword;. @@ -787,10 +787,10 @@ Public License v2. How to obtain &kword; -&kword; is part of the &kde; project &kword; is part of the &tde; project http://www.kde.org. &kword; is located in the &koffice; package which can be obtained from &kde-ftp;, the -main ftp site of the &kde; project. +main ftp site of the &tde; project. Many distributions offer precompiled binaries on their ftp sites. Please check your distribution's web sites for more information. @@ -813,13 +813,13 @@ url="http://www.trolltech.com">Trolltech. -&kde; 3.3.0 libraries (tdelibs) and the &kde; 3.3.0 base package +&tde; 3.3.0 libraries (tdelibs) and the &tde; 3.3.0 base package (tdebase). These can be obtained from the &kde; web page. -While &koffice; will compile and run with any version of &kde; 3.3.0 or later, it is recommended that you compile and install -&kde; 3.4 to take advantage of all the bug fixes that have occurred. +url="http://www.kde.org">&tde; web page. +While &koffice; will compile and run with any version of &tde; 3.3.0 or later, it is recommended that you compile and install +&tde; 3.4 to take advantage of all the bug fixes that have occurred. It is also recommended that you install the arts package 1.3.2 from the -&kde; &FTP; site. +&tde; &FTP; site. @@ -875,7 +875,7 @@ the file to edit. Show &kword; version -To see the version numbers for the QT toolkit, &kde;, and &kword; type: +To see the version numbers for the QT toolkit, &tde;, and &kword; type: $ kword -v @@ -1643,9 +1643,9 @@ text which describes the object, and &kword; will make sure both the text and th -&kde; +&tde; -Stands for the K Desktop Environment. Part of &kde; is +Stands for the K Desktop Environment. Part of &tde; is required for &kword; to operate. The K Desktop Environment is a user interface which allows users to manipulate files and operate programs graphically. For more information, please visit If you want to use an outside SQL database, click here for instructions. If you want to use a &kspread; file for your data, click here. -If you want use information from your &kde; Address Book, click here. +If you want use information from your &tde; Address Book, click here. If you want to use the internal database of &kword;, click here. @@ -232,8 +232,8 @@ within the &kspread; document. Select the page (or worksheet) that contains the -Using your &kde; Address book as a data source -mail mergeusing &kde; Address Book +Using your &tde; Address book as a data source +mail mergeusing &tde; Address Book &kword; can use data in your address book for personalizing documents. @@ -267,7 +267,7 @@ the menubar. A dialog box will appear. -Select &kde; Addressbook Plugin from the drop down box labeled Available sources: and click on +Select &tde; Addressbook Plugin from the drop down box labeled Available sources: and click on OK. A new dialog box will appear. @@ -282,7 +282,7 @@ the menubar. A dialog box will appear. To remove an entry, select the entry in the right listbox by clicking with the &LMB;. Then click Remove. You can locate entries quickly by entering the first 2-3 letters of an entries name in the textbox labeled Filter on: You can load the full address book application by clicking the Address Book... button. -You can also save a distribution list using the Save as Distribution List... button. For more information on distribution lists, see the documentation on the &kde; Addressbook. +You can also save a distribution list using the Save as Distribution List... button. For more information on distribution lists, see the documentation on the &tde; Addressbook. When you have selected all the entries and distribution lists you want, click OK. &kword; will ask you if you want to replace the current data source. Click Yes to continue. diff --git a/doc/kword/mbtb.docbook b/doc/kword/mbtb.docbook index e28f8dbc5..6ba5d5d00 100644 --- a/doc/kword/mbtb.docbook +++ b/doc/kword/mbtb.docbook @@ -1,5 +1,5 @@ diff --git a/doc/kword/storeprint.docbook b/doc/kword/storeprint.docbook index 1289f39a8..a5dc74677 100644 --- a/doc/kword/storeprint.docbook +++ b/doc/kword/storeprint.docbook @@ -22,7 +22,7 @@ saved document and printing a document. You can start &kword; from the -&kde; Panel. +&tde; Panel. @@ -382,7 +382,7 @@ on the toolbar. -No matter how you do this, the &kde; print dialog will +No matter how you do this, the &tde; print dialog will appear. @@ -411,16 +411,16 @@ the filename into the text box labled Output file:. The line labled Comment describes how -&kword; interacts with your computer (what driver and print system it is using). You can not change anything on this line. Complete setup of the &kde; -printing system is beyond the scope of this document. For more information see the &kde; +&kword; interacts with your computer (what driver and print system it is using). You can not change anything on this line. Complete setup of the &tde; +printing system is beyond the scope of this document. For more information see the &tde; print web site at http://printing.kde.org. If you want to print all pages of your document and only one copy, you can click Print. If you want to change the number of copies or only print selected pages, click the Options >> button. -The System Options button allows a user to change the setup of the printers and &kde; print system. This is also beyond the scope of this manual. -If you need to make changes please refer to the &kde; print web site at http://printing.kde.org. +The System Options button allows a user to change the setup of the printers and &tde; print system. This is also beyond the scope of this manual. +If you need to make changes please refer to the &tde; print web site at http://printing.kde.org. Depending on which printing system your computer uses, you may find that you have more printing options then those described below. What is described here, is available on @@ -450,10 +450,10 @@ you want printed. You can either enter the number directly into the box, or use the arrows to adjust the number. &kword; can print a maximum of 999 copies at once. -You can have &kde; collate your documents by clicking on the -Collate check box. If selected, &kde; will print +You can have &tde; collate your documents by clicking on the +Collate check box. If selected, &tde; will print all of the pages for copy 1, then print all the pages for copy 2, &etc; -If not selected, &kde; will print all of the copies of the first page, +If not selected, &tde; will print all of the copies of the first page, then all of the copies of the second page, &etc; You can also determine if the document is printed in forward order diff --git a/doc/kword/techinfo.docbook b/doc/kword/techinfo.docbook index a2a7dd85b..930e50c57 100644 --- a/doc/kword/techinfo.docbook +++ b/doc/kword/techinfo.docbook @@ -86,7 +86,7 @@ within the &kword; document as separate files. For more specific information on &kword; file storage or other internal information, please see The KOffice API and the -General &kde; developer information +General &tde; developer information pages. @@ -147,7 +147,7 @@ url="http://www.koffice.org/DTD/document-info-1.2.dtd">http://koffice.kde.org/DT mimetype This file contains the mimetype for &kword; files. This information -is used by &kde; to determine that this is a &kword; file. +is used by &tde; to determine that this is a &kword; file. This file always contains: application/x-kword @@ -162,7 +162,7 @@ within the &kword; document as separate files. For more specific information on &kword; file storage or other internal information, please see The KOffice API and the -General &kde; developer information +General &tde; developer information pages. @@ -223,7 +223,7 @@ url="http://www.koffice.org/DTD/document-info-1.3.dtd">http://koffice.kde.org/DT mimetype This file contains the mimetype for &kword; files. This information -is used by &kde; to determine that this is a &kword; file. +is used by &tde; to determine that this is a &kword; file. This file always contains: application/x-kword @@ -238,7 +238,7 @@ within the &kword; document as separate files. For more specific information on &kword; file storage or other internal information, please see The KOffice API and the -General &kde; developer information +General &tde; developer information pages. diff --git a/doc/kword/tutorial.docbook b/doc/kword/tutorial.docbook index 6d9bc502d..4276176f1 100644 --- a/doc/kword/tutorial.docbook +++ b/doc/kword/tutorial.docbook @@ -93,7 +93,7 @@ is located. When the pointer is located over toolbars, scrollbars, menu buttons or other areas outside the document, the pointer is an arrow. You should already be -familiar with this type of pointer when using other &kde; programs. +familiar with this type of pointer when using other &tde; programs. When inside the document, there are two separate pointers which alternate automatically based on how close to a frame edge the pointer is currently located. When the mouse pointer is near the edge of a frame, the pointer will change into two intersecting lines diff --git a/doc/thesaurus/index.docbook b/doc/thesaurus/index.docbook index bd799022f..87c137cb3 100644 --- a/doc/thesaurus/index.docbook +++ b/doc/thesaurus/index.docbook @@ -93,10 +93,10 @@ meaning, so one word may appear in more than one list at the same time. On the other hand, a few words have been added (function words like if -and very few words specific to &kde;). +and very few words specific to &tde;). Please do not report bugs in the thesaurus -to the &wordnet; project, but to &kde;. +to the &wordnet; project, but to &tde;.