diff options
Diffstat (limited to 'doc/html/mac-differences.html')
-rw-r--r-- | doc/html/mac-differences.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/mac-differences.html b/doc/html/mac-differences.html index c5653af30..f905eeb99 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> |