summaryrefslogtreecommitdiffstats
path: root/kcoloredit/kcoloreditview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcoloredit/kcoloreditview.h')
-rw-r--r--kcoloredit/kcoloreditview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcoloredit/kcoloreditview.h b/kcoloredit/kcoloreditview.h
index 18709764..a41b0a47 100644
--- a/kcoloredit/kcoloreditview.h
+++ b/kcoloredit/kcoloreditview.h
@@ -34,7 +34,7 @@
class KColorEditDoc;
/** The KColorEditView class provides the view widget for the KColorEditApp instance.
- * The View instance inherits TQWidget as a base class and represents the view object of a KMainWindow. As KColorEditView is part of the
+ * The View instance inherits TQWidget as a base class and represents the view object of a TDEMainWindow. As KColorEditView is part of the
* docuement-view model, it needs a reference to the document object connected with it by the KColorEditApp class to manipulate and display
* the document structure provided by the KColorEditDoc class.
*