summaryrefslogtreecommitdiffstats
path: root/libk3bdevice
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:51:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:51:35 -0600
commit267706e1270bedd77c0e36d8925ecba303d8725d (patch)
treeb7b5409e3c1eea4e95108d14d8a83620122f2260 /libk3bdevice
parent9cc3e244ea10df42f7270494bd4662aa0f911378 (diff)
downloadk3b-267706e1270bedd77c0e36d8925ecba303d8725d.tar.gz
k3b-267706e1270bedd77c0e36d8925ecba303d8725d.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'libk3bdevice')
-rw-r--r--libk3bdevice/k3bdebug.h2
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
*/