summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 18:47:44 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 18:47:44 -0500
commit1aa2d3bf21e3f2a332b8b05a0b6c396a930cbe88 (patch)
treef7e29f45f381a586ea6a3054b03a5d78bce3ebe9
parentb69876cf87a7155fc3b3faf4415ae785bd9f0eba (diff)
downloadtdegraphics-1aa2d3bf21e3f2a332b8b05a0b6c396a930cbe88.tar.gz
tdegraphics-1aa2d3bf21e3f2a332b8b05a0b6c396a930cbe88.zip
Branding cleanup: KDE -> TDE.
-rw-r--r--kamera/kcontrol/kamera.cpp2
-rw-r--r--kcoloredit/kcoloreditdoc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kamera/kcontrol/kamera.cpp b/kamera/kcontrol/kamera.cpp
index f3cf6405..5bca35b6 100644
--- a/kamera/kcontrol/kamera.cpp
+++ b/kamera/kcontrol/kamera.cpp
@@ -408,7 +408,7 @@ TQString KKameraConfig::quickHelp() const
"appear in the list of <i>Supported Cameras</i>, go to the\n"
"<a href=\"http://www.gphoto.org\">GPhoto web site</a> for a possible update.<br><br>\n"
"To view and download images from the digital camera, go to address\n"
- "<a href=\"camera:/\">camera:/</a> in Konqueror and other KDE applications.");
+ "<a href=\"camera:/\">camera:/</a> in Konqueror and other TDE applications.");
}
void KKameraConfig::slot_error(const TQString &message)
diff --git a/kcoloredit/kcoloreditdoc.h b/kcoloredit/kcoloreditdoc.h
index 5f83439c..d6ca32ca 100644
--- a/kcoloredit/kcoloreditdoc.h
+++ b/kcoloredit/kcoloreditdoc.h
@@ -37,7 +37,7 @@ class KColorEditView;
/** KColorEditDoc provides a document object for a document-view model.
*
* The KColorEditDoc class provides a document object that can be used in conjunction with the classes KColorEditApp and KColorEditView
- * 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 KColorEditApp instance and contains the document structure with the according methods for manipulation of the document
* data by KColorEditView objects. Also, KColorEditDoc contains the methods for serialization of the document data from and to files.
*