diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 18:48:36 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 18:48:36 -0500 |
commit | ca235475dd0904888ab5c80eba7049818c6ec54b (patch) | |
tree | a3b5b7236d7cb94a526df8f22547b999bc6068b4 /lskat | |
parent | dc5ab0935f4eb556a06a32838c7a703139477cff (diff) | |
download | tdegames-ca235475dd0904888ab5c80eba7049818c6ec54b.tar.gz tdegames-ca235475dd0904888ab5c80eba7049818c6ec54b.zip |
Branding cleanup: KDE -> TDE.
Diffstat (limited to 'lskat')
-rw-r--r-- | lskat/lskat/lskatdoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |