summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/examples/kscribble/KScribbleView.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:07 -0600
commit3ed7c09d22a5f310a97516f5bab6068e5688a813 (patch)
tree23ba07d28f7fad17824db1fc40e9cf1ad4942480 /kdejava/koala/examples/kscribble/KScribbleView.java
parent3a8473ba2620b85b165b5a2fa1a6b153f5945800 (diff)
downloadtdebindings-3ed7c09d22a5f310a97516f5bab6068e5688a813.tar.gz
tdebindings-3ed7c09d22a5f310a97516f5bab6068e5688a813.zip
Rename a number of classes to enhance compatibility with KDE4
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.
*