From 3ed7c09d22a5f310a97516f5bab6068e5688a813 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:07 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kdejava/koala/examples/kscribble/KScribbleDoc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdejava/koala/examples/kscribble/KScribbleDoc.java') diff --git a/kdejava/koala/examples/kscribble/KScribbleDoc.java b/kdejava/koala/examples/kscribble/KScribbleDoc.java index c9d0bf11..089a3adb 100644 --- a/kdejava/koala/examples/kscribble/KScribbleDoc.java +++ b/kdejava/koala/examples/kscribble/KScribbleDoc.java @@ -6,7 +6,7 @@ import org.kde.koala.*; /** KScribbleDoc provides a document object for a document-view model. * * The KScribbleDoc class provides a document object that can be used in conjunction with the classes JavaApiTestApp and KScribbleView - * to create a document-view model for standard KDE applications based on TDEApplication and KMainWindow. Thereby, the document object + * to create a document-view model for standard KDE applications based on TDEApplication and TDEMainWindow. Thereby, the document object * is created by the JavaApiTestApp instance and contains the document structure with the according methods for manipulation of the document * data by KScribbleView objects. Also, KScribbleDoc contains the methods for serialization of the document data from and to files. * -- cgit v1.2.1