From 2ecab1a194b0dc551b478820e1aaa3b8713354cc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:53:18 -0600 Subject: Additional renaming of kde to tde --- doc/kdearch/index.docbook | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/kdearch') diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook index a17aaa87..fff7cd57 100644 --- a/doc/kdearch/index.docbook +++ b/doc/kdearch/index.docbook @@ -16,7 +16,7 @@ Bernd Gehrmann -
bernd@kdevelop.org
+
bernd@tdevelop.org
@@ -1451,7 +1451,7 @@ in this screenshot: The XML file begins with a document type declaration. The DTD for kpartgui can -be found in the kdelibs sources in tdeui/kpartgui.dtd. The +be found in the tdelibs sources in tdeui/kpartgui.dtd. The outermost element of the file contains the instance name of the application as attribute. It can also contain a version number in the form "version=2". This is useful when you release new versions of an application with a changed menu @@ -1480,7 +1480,7 @@ declared as follows: In KDE's automake framework, such titles are automatically extracted and put -into the application's .po +into the application's .po file , so it is considered by translators. Note that you have to write the accelerator marker "&" in the form XML compliant form "&". @@ -1503,7 +1503,7 @@ actions are created by the class When you create such actions in your application (such as in the C++ example above), they will automatically be inserted in a prescribed position, and possibly with an icon and a shortcut key. You can look up these locations in -the file tdeui/ui_standards.rc in the kdelibs sources. +the file tdeui/ui_standards.rc in the tdelibs sources. @@ -1913,12 +1913,12 @@ snippet: -kde_servicetypesdir_DATA = kdeveloppart.desktop +kde_servicetypesdir_DATA = tdeveloppart.desktop EXTRA_DIST = $(kde_servicetypesdir_DATA) -The definition kdeveloppart.desktop of a +The definition tdeveloppart.desktop of a KDevelop part looks as follows: @@ -2920,7 +2920,7 @@ cache, you can use: void FooClass::reloadPage() { - KURL url("http://www.kdevelop.org/index.html"); + KURL url("http://www.tdevelop.org/index.html"); KIO::TransferJob *job = KIO::get(url, true, false); job->addMetaData("cache", "reload"); ... @@ -3119,7 +3119,7 @@ extern "C" { int kdemain(int argc, char **argv); } int kdemain(int argc, char **argv) { - KLocale::setMainCatalogue("kdelibs"); + KLocale::setMainCatalogue("tdelibs"); KInstance instance("kio_ftp"); (void) KGlobal::locale(); -- cgit v1.2.1