summaryrefslogtreecommitdiffstats
path: root/buildtools/qmake/trollprojectpart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/qmake/trollprojectpart.cpp')
-rw-r--r--buildtools/qmake/trollprojectpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/qmake/trollprojectpart.cpp b/buildtools/qmake/trollprojectpart.cpp
index 8e672b4e..e83ed8a9 100644
--- a/buildtools/qmake/trollprojectpart.cpp
+++ b/buildtools/qmake/trollprojectpart.cpp
@@ -725,7 +725,7 @@ void TrollProjectPart::startTQMakeCommand(const TQString &dir, bool recursive)
// cmdline += TQString::fromLatin1( " -o Makefile" );
TQString dircmd = "cd ";
- dircmd += KProcess::quote(dir);
+ dircmd += TDEProcess::quote(dir);
dircmd += " && ";
cmdline.prepend(makeEnvironment());