summaryrefslogtreecommitdiffstats
path: root/interfaces/ktexteditor/clipboarddcopinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/ktexteditor/clipboarddcopinterface.h')
-rw-r--r--interfaces/ktexteditor/clipboarddcopinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/ktexteditor/clipboarddcopinterface.h b/interfaces/ktexteditor/clipboarddcopinterface.h
index 9a75f9b97..8104e9d4d 100644
--- a/interfaces/ktexteditor/clipboarddcopinterface.h
+++ b/interfaces/ktexteditor/clipboarddcopinterface.h
@@ -24,7 +24,7 @@ namespace KTextEditor
Construct a new interface object for the text editor.
@param Parent the parent ClipboardInterface object
that will provide us with the functions for the interface.
- @param name the TQObject's name
+ @param name the QObject's name
*/
ClipboardDCOPInterface( ClipboardInterface *Parent, const char *name );
/**