From 527c1d6eee022fbe0fed30d64ca6695c48925be2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:12:12 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- iso/kiso.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iso/kiso.cpp') diff --git a/iso/kiso.cpp b/iso/kiso.cpp index e3a4def..4ab5c53 100644 --- a/iso/kiso.cpp +++ b/iso/kiso.cpp @@ -323,9 +323,9 @@ void KIso::addBoot(struct el_torito_boot_descriptor* bootdesc) { void KIso::readParams() { - KConfig *config; + TDEConfig *config; - config = new KConfig("kio_isorc"); + config = new TDEConfig("kio_isorc"); showhidden=config->readBoolEntry("showhidden",false); showrr=config->readBoolEntry("showrr",true); -- cgit v1.2.3