summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/examples/kscribble/KScribbleView.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/examples/kscribble/KScribbleView.java')
-rw-r--r--kdejava/koala/examples/kscribble/KScribbleView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdejava/koala/examples/kscribble/KScribbleView.java b/kdejava/koala/examples/kscribble/KScribbleView.java
index 05bc0d47..17b80ff7 100644
--- a/kdejava/koala/examples/kscribble/KScribbleView.java
+++ b/kdejava/koala/examples/kscribble/KScribbleView.java
@@ -2,7 +2,7 @@ import org.kde.qt.*;
import org.kde.koala.*;
/** The KScribbleView class provides the view widget for the KScribble instance.
- * The View instance inherits TQWidget as a base class and represents the view object of a KMainWindow. As KScribbleView is part of the
+ * The View instance inherits TQWidget as a base class and represents the view object of a TDEMainWindow. As KScribbleView is part of the
* docuement-view model, it needs a reference to the document object connected with it by the KScribble class to manipulate and display
* the document structure provided by the KScribbleDoc class.
*