From da1522385e5367bae56b90fac55c4355e475905b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:38:54 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- buildtools/lib/parsers/autotools/autotoolsdriver.cpp | 4 ++-- buildtools/lib/parsers/qmake/qmakedriver.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'buildtools/lib/parsers') diff --git a/buildtools/lib/parsers/autotools/autotoolsdriver.cpp b/buildtools/lib/parsers/autotools/autotoolsdriver.cpp index 5a1de34c..a9620598 100644 --- a/buildtools/lib/parsers/autotools/autotoolsdriver.cpp +++ b/buildtools/lib/parsers/autotools/autotoolsdriver.cpp @@ -58,9 +58,9 @@ int Driver::parseFile(KURL fileName, ProjectAST **ast) { TQString tmpFile; int ret = 0; - if (KIO::NetAccess::download(fileName, tmpFile, 0)) + if (TDEIO::NetAccess::download(fileName, tmpFile, 0)) ret = parseFile(tmpFile, ast); - KIO::NetAccess::removeTempFile(tmpFile); + TDEIO::NetAccess::removeTempFile(tmpFile); return ret; } diff --git a/buildtools/lib/parsers/qmake/qmakedriver.cpp b/buildtools/lib/parsers/qmake/qmakedriver.cpp index 21023017..e5a8f994 100644 --- a/buildtools/lib/parsers/qmake/qmakedriver.cpp +++ b/buildtools/lib/parsers/qmake/qmakedriver.cpp @@ -75,9 +75,9 @@ int Driver::parseFile(KURL fileName, ProjectAST **ast, int debug) { TQString tmpFile; int ret = 0; - if (KIO::NetAccess::download(fileName, tmpFile, 0)) + if (TDEIO::NetAccess::download(fileName, tmpFile, 0)) ret = parseFile(tmpFile, ast, debug); - KIO::NetAccess::removeTempFile(tmpFile); + TDEIO::NetAccess::removeTempFile(tmpFile); return ret; } -- cgit v1.2.1