diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:51 -0600 |
commit | 65eca7929c22f0f0bc64135c02d85d1243df376c (patch) | |
tree | 5b47361590fb6693a0f6258d6a8d725856ef2ad9 /kcoloredit/kcoloreditview.h | |
parent | cd6d514066c22206c388eddbb7fbec32648dbaeb (diff) | |
download | tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kcoloredit/kcoloreditview.h')
-rw-r--r-- | kcoloredit/kcoloreditview.h | 2 |
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. * |