diff options
Diffstat (limited to 'doc/mac.doc')
-rw-r--r-- | doc/mac.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mac.doc b/doc/mac.doc index 2447901b7..df68c717a 100644 --- a/doc/mac.doc +++ b/doc/mac.doc @@ -177,7 +177,7 @@ do this: kCFURLPOSIXPathStyle); const char *pathPtr = CFStringGetCStringPtr(macPath, CFStringGetSystemEncoding()); - qDebug("Path = %s", pathPtr); + tqDebug("Path = %s", pathPtr); CFRelease(pluginRef); CFRelease(macPath); \endcode |