diff options
Diffstat (limited to 'buildtools/autotools/addicondlg.cpp')
-rw-r--r-- | buildtools/autotools/addicondlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/autotools/addicondlg.cpp b/buildtools/autotools/addicondlg.cpp index 639c04ce..2f1ab292 100644 --- a/buildtools/autotools/addicondlg.cpp +++ b/buildtools/autotools/addicondlg.cpp @@ -94,11 +94,11 @@ void AddIconDialog::accept() kdDebug(9020) << "Unknown: " << unknown << ", template: " << templateFileName << endl; if (!templateFileName.isEmpty()) { - KProcess proc; + TDEProcess proc; proc << "cp"; proc << templateFileName; proc << destpath; - proc.start(KProcess::DontCare); + proc.start(TDEProcess::DontCare); } FileItem *fitem = m_widget->createFileItem(name, m_subProject); |