diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 18:46:25 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 18:46:25 -0500 |
commit | 5699b70bf38e6c36d62e7715c4316a383960f2b3 (patch) | |
tree | f25f44367dede7c0010f8fb9fc015e5fcdf41ff3 | |
parent | d1edaaef86da566eab71596f73ddba9128c12b23 (diff) | |
download | tdeedu-5699b70bf38e6c36d62e7715c4316a383960f2b3.tar.gz tdeedu-5699b70bf38e6c36d62e7715c4316a383960f2b3.zip |
Branding cleanup: KDE -> TDE.
-rw-r--r-- | doc/kstars/scriptbuilder.docbook | 2 | ||||
-rw-r--r-- | kwordquiz/src/kwordquizdoc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/kstars/scriptbuilder.docbook b/doc/kstars/scriptbuilder.docbook index 3a2f57ce..f439e662 100644 --- a/doc/kstars/scriptbuilder.docbook +++ b/doc/kstars/scriptbuilder.docbook @@ -5,7 +5,7 @@ </indexterm> <para> -KDE applications can be controlled externally from another program, +TDE applications can be controlled externally from another program, from a console prompt, or from a shell script using the Desktop COmmunication Protocol (<abbrev>DCOP</abbrev>). KStars takes advantage of this feature to allow rather complex behaviors to be diff --git a/kwordquiz/src/kwordquizdoc.h b/kwordquiz/src/kwordquizdoc.h index 7d81f976..56445330 100644 --- a/kwordquiz/src/kwordquizdoc.h +++ b/kwordquiz/src/kwordquizdoc.h @@ -33,7 +33,7 @@ class KWordQuizView; /** KWordQuizDoc provides a document object for a document-view model. * * The KWordQuizDoc class provides a document object that can be used in conjunction with the classes KWordQuizApp and KWordQuizView - * to create a document-view model for standard KDE applications based on KApplication and KMainWindow. Thereby, the document object + * to create a document-view model for standard TDE applications based on KApplication and KMainWindow. Thereby, the document object * is created by the KWordQuizApp instance and contains the document structure with the according methods for manipulation of the document * data by KWordQuizView objects. Also, KWordQuizDoc contains the methods for serialization of the document data from and to files. * |