From f9ced3b3f13f3136ef63c33ef163042010d6e80b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:39:24 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- quanta/parsers/dtd/dtd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quanta/parsers/dtd/dtd.cpp') diff --git a/quanta/parsers/dtd/dtd.cpp b/quanta/parsers/dtd/dtd.cpp index 92e1e8f8..34826ca4 100644 --- a/quanta/parsers/dtd/dtd.cpp +++ b/quanta/parsers/dtd/dtd.cpp @@ -112,7 +112,7 @@ void DTD::writeTagFiles() } } - KConfig config(dirName + "description.rc"); + TDEConfig config(dirName + "description.rc"); config.setGroup("General"); config.writeEntry("Name", TQFileInfo(m_dtdURL.fileName()).baseName()); //TODO: get from the DTD! config.writeEntry("NickName", TQFileInfo(m_dtdURL.fileName()).baseName()); //TODO: get from the user! @@ -122,7 +122,7 @@ void DTD::writeTagFiles() bool DTD::parseDTD(const KURL &url) { TQString fileName = TQString(); - if (!KIO::NetAccess::download(url, fileName)) + if (!TDEIO::NetAccess::download(url, fileName)) { KMessageBox::error(0, i18n("Cannot download the DTD from %1.").arg(url.prettyURL(0, KURL::StripFileProtocol))); return false; -- cgit v1.2.3