diff options
Diffstat (limited to 'buildtools/autotools/choosetargetdialog.cpp')
-rw-r--r-- | buildtools/autotools/choosetargetdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/choosetargetdialog.cpp b/buildtools/autotools/choosetargetdialog.cpp index ca1ddf50..48622053 100644 --- a/buildtools/autotools/choosetargetdialog.cpp +++ b/buildtools/autotools/choosetargetdialog.cpp @@ -315,7 +315,7 @@ void ChooseTargetDialog::slotOk() proc << "mv"; proc << KShellProcess::quote( d->part->projectDirectory() + "/" + directory + "/" + fileName ); proc << KShellProcess::quote( d->chosenSubproject->path + "/" + fileName ); - proc.start(KProcess::DontCare); + proc.start(TDEProcess::DontCare); } // why open the files?! |