From 96373c26892ef84132420a02ee7cf96f34a11810 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 19:04:50 -0500 Subject: Branding cleanup: KDE -> TDE. --- doc/kde_app_devel/index.docbook | 6 +++--- languages/cpp/doc/kde2book.toc | 6 +++--- parts/scripting/README | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/kde_app_devel/index.docbook b/doc/kde_app_devel/index.docbook index 54dd8a8b..35602c78 100644 --- a/doc/kde_app_devel/index.docbook +++ b/doc/kde_app_devel/index.docbook @@ -184,7 +184,7 @@ are able to interact with the file manager via drag'n drop, offer session manage features offered by the KDE libraries are used. Both, the Qt toolkit and the KDE libraries, are implemented in the C++ programming language; therefore applications that make use of these libraries are also mostly written in C++. In the following chapter, we'll make a short trip through the libraries to see what already -is provided and how Qt and KDE applications are created in general. +is provided and how Qt and TDE applications are created in general. Both, the Qt toolkit and the KDE libraries, are implemented in the C++ programming language; @@ -522,7 +522,7 @@ and the Qt online reference. The KDE 3.x libraries -The main KDE libraries you'll be using for creating your own KDE applications are: +The main KDE libraries you'll be using for creating your own TDE applications are: the tdecore library, containing all classes that are non-visible elements to provide application functionality @@ -939,7 +939,7 @@ Let's have a look at the constructor and see how this instance is called Notice that KScribble inherits the KMainWindow class - a -commonly used base class for KDE applications. We initialize a class called KScribbleView +commonly used base class for TDE applications. We initialize a class called KScribbleView as our central widget, create a KStatusBar via the statusBar() method (line 16), and connect some signals and slots together. diff --git a/languages/cpp/doc/kde2book.toc b/languages/cpp/doc/kde2book.toc index e10972d4..aa087e84 100644 --- a/languages/cpp/doc/kde2book.toc +++ b/languages/cpp/doc/kde2book.toc @@ -1368,9 +1368,9 @@ - - - + + + diff --git a/parts/scripting/README b/parts/scripting/README index 566feaa9..6f0a89ed 100644 --- a/parts/scripting/README +++ b/parts/scripting/README @@ -1,6 +1,6 @@ KScript In KDevelop -KScriptInterface allows us to have a generic way to add scripting languages to KDE applications. KScriptInterface is not really a scripting language per say, but an interface so that applications can embed scripting languages without explicitly linking to them. This allows all runtime linkage to the different interpreters. Currently the most effective way for scripts to communicate with applications is via DCOP. KScriptInterface script engines provide some convinences methods to access the dcop interfaces of the embedding application. +KScriptInterface allows us to have a generic way to add scripting languages to TDE applications. KScriptInterface is not really a scripting language per say, but an interface so that applications can embed scripting languages without explicitly linking to them. This allows all runtime linkage to the different interpreters. Currently the most effective way for scripts to communicate with applications is via DCOP. KScriptInterface script engines provide some convinences methods to access the dcop interfaces of the embedding application. In KDevelop we have the ability to use scripts written for Kate, since the KateText interface is fully exported to DCOP. By default KDevelop will import Kate scripts. Users can also add other search paths for loading scripts. -- cgit v1.2.1