summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/integrator/svnintegratordlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:08:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 22:25:23 +0900
commit5af24c40137c80c4de65f63ce816f77ef8b7bea3 (patch)
treea47b22ac3ff5b79df381ea09505bf82c2071c847 /vcs/subversion/integrator/svnintegratordlg.cpp
parent5a0afc9e219fe72a763af031a4b3ce385316f1ea (diff)
downloadtdevelop-5af24c40137c80c4de65f63ce816f77ef8b7bea3.tar.gz
tdevelop-5af24c40137c80c4de65f63ce816f77ef8b7bea3.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'vcs/subversion/integrator/svnintegratordlg.cpp')
-rw-r--r--vcs/subversion/integrator/svnintegratordlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/subversion/integrator/svnintegratordlg.cpp b/vcs/subversion/integrator/svnintegratordlg.cpp
index 87ccf488..468170b9 100644
--- a/vcs/subversion/integrator/svnintegratordlg.cpp
+++ b/vcs/subversion/integrator/svnintegratordlg.cpp
@@ -20,7 +20,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "svnintegratordlg.h"
-#include "blockingkprocess.h"
+#include "blockingtdeprocess.h"
#include <kurl.h>
#include <tdeio/jobclasses.h>
#include <tdeio/job.h>
@@ -28,7 +28,7 @@
#include <kdebug.h>
#include <tqradiobutton.h>
#include <tdeio/scheduler.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdeversion.h>
#include <tdemessagebox.h>
#include <tdelocale.h>