summaryrefslogtreecommitdiffstats
path: root/doc/html/mac-differences.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/mac-differences.html')
-rw-r--r--doc/html/mac-differences.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/mac-differences.html b/doc/html/mac-differences.html
index c5653af3..f905eeb9 100644
--- a/doc/html/mac-differences.html
+++ b/doc/html/mac-differences.html
@@ -204,7 +204,7 @@ do this:
kCFURLPOSIXPathStyle);
const char *pathPtr = CFStringGetCStringPtr(macPath,
CFStringGetSystemEncoding());
- <a href="ntqapplication.html#qDebug">qDebug</a>("Path = %s", pathPtr);
+ <a href="ntqapplication.html#qDebug">tqDebug</a>("Path = %s", pathPtr);
CFRelease(pluginRef);
CFRelease(macPath);
</pre>