diff options
Diffstat (limited to 'interfaces/ktexteditor/documentdcopinfo.h')
-rw-r--r-- | interfaces/ktexteditor/documentdcopinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/ktexteditor/documentdcopinfo.h b/interfaces/ktexteditor/documentdcopinfo.h index aedaee6a5..ea25284fe 100644 --- a/interfaces/ktexteditor/documentdcopinfo.h +++ b/interfaces/ktexteditor/documentdcopinfo.h @@ -25,7 +25,7 @@ namespace KTextEditor Construct a new interface object for the text editor. @param Parent the parent DocumentInfoInterface object that will provide us with the functions for the interface. - @param name the TQObject's name + @param name the QObject's name */ DocumentInfoDCOPInterface( DocumentInfoInterface *Parent, const char *name ); /** |