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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3