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. *