diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:51:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:51:35 -0600 |
commit | 267706e1270bedd77c0e36d8925ecba303d8725d (patch) | |
tree | b7b5409e3c1eea4e95108d14d8a83620122f2260 /libk3bdevice/k3bdebug.h | |
parent | 9cc3e244ea10df42f7270494bd4662aa0f911378 (diff) | |
download | k3b-267706e1270bedd77c0e36d8925ecba303d8725d.tar.gz k3b-267706e1270bedd77c0e36d8925ecba303d8725d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'libk3bdevice/k3bdebug.h')
-rw-r--r-- | libk3bdevice/k3bdebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3bdevice/k3bdebug.h b/libk3bdevice/k3bdebug.h index a1500ff..68146cf 100644 --- a/libk3bdevice/k3bdebug.h +++ b/libk3bdevice/k3bdebug.h @@ -27,7 +27,7 @@ class K3bDebug; typedef K3bDebug& (*K3BDBGFUNC)( K3bDebug& ); /** - * K3bDebug as compared to KDebug does not need anything. No KInstance or whatever + * K3bDebug as compared to KDebug does not need anything. No TDEInstance or whatever * and does not use anything except fprintf. * Thus, K3bDebug is fully thread-safe and safe in general */ |