summaryrefslogtreecommitdiffstats
path: root/kdecore/kregexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kregexp.h')
-rw-r--r--kdecore/kregexp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/kregexp.h b/kdecore/kregexp.h
index 74489fa3f..c3ed8ff3d 100644
--- a/kdecore/kregexp.h
+++ b/kdecore/kregexp.h
@@ -24,12 +24,12 @@ class KRegExpPrivate;
/**
* @deprecated
- * Please use QRegExp instead.
+ * Please use TQRegExp instead.
*
* Regular expression (regexp) matching with back-references.
*
* This was implemented
- * because QRegExp did not support back-references. It now does and
+ * because TQRegExp did not support back-references. It now does and
* is recommended over KRegExp because of the unicode support and the
* more powerful API.
*