From ca235475dd0904888ab5c80eba7049818c6ec54b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 18:48:36 -0500 Subject: [PATCH] Branding cleanup: KDE -> TDE. --- lskat/lskat/lskatdoc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lskat/lskat/lskatdoc.h b/lskat/lskat/lskatdoc.h index 00145e09..5dac8334 100644 --- a/lskat/lskat/lskatdoc.h +++ b/lskat/lskat/lskatdoc.h @@ -37,7 +37,7 @@ class LSkatView; /** LSkatDoc provides a document object for a document-view model. * * The LSkatDoc class provides a document object that can be used in conjunction with the classes LSkatApp and LSkatView - * to create a document-view model for standard KDE applications based on KApplication and KTMainWindow. Thereby, the document object + * to create a document-view model for standard TDE applications based on KApplication and KTMainWindow. Thereby, the document object * is created by the LSkatApp instance and contains the document structure with the according methods for manipulation of the document * data by LSkatView objects. Also, LSkatDoc contains the methods for serialization of the document data from and to files. *