summaryrefslogtreecommitdiffstats
path: root/libk3b/core
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 /libk3b/core
parent9cc3e244ea10df42f7270494bd4662aa0f911378 (diff)
downloadk3b-267706e1270bedd77c0e36d8925ecba303d8725d.tar.gz
k3b-267706e1270bedd77c0e36d8925ecba303d8725d.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'libk3b/core')
-rw-r--r--libk3b/core/k3bcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/core/k3bcore.h b/libk3b/core/k3bcore.h
index a8da3c9..9ad04aa 100644
--- a/libk3b/core/k3bcore.h
+++ b/libk3b/core/k3bcore.h
@@ -31,7 +31,7 @@
class K3bExternalBinManager;
class K3bVersion;
class KConfig;
-class KAboutData;
+class TDEAboutData;
class K3bJob;
class K3bBurnJob;
class K3bGlobalSettings;