summaryrefslogtreecommitdiffstats
path: root/tdecore/kprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kprocess.h')
-rw-r--r--tdecore/kprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kprocess.h b/tdecore/kprocess.h
index 65496bf10..7e9941717 100644
--- a/tdecore/kprocess.h
+++ b/tdecore/kprocess.h
@@ -606,7 +606,7 @@ signals:
* data structures before returning from the slot.
* Example:
* \code
- * TQString myBuf = TQString::tqfromLatin1(buffer, buflen);
+ * TQString myBuf = TQString::fromLatin1(buffer, buflen);
* \endcode
**/
void receivedStdout(KProcess *proc, char *buffer, int buflen);