diff options
Diffstat (limited to 'tdersync')
-rw-r--r-- | tdersync/rsyncconfigdialog.h | 2 | ||||
-rw-r--r-- | tdersync/tdersync.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdersync/rsyncconfigdialog.h b/tdersync/rsyncconfigdialog.h index 1427866f2..e61d1e1ce 100644 --- a/tdersync/rsyncconfigdialog.h +++ b/tdersync/rsyncconfigdialog.h @@ -26,7 +26,7 @@ #include <tqradiobutton.h> #include <kurl.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdefileitem.h> #include <klibloader.h> #include <kdialogbase.h> diff --git a/tdersync/tdersync.h b/tdersync/tdersync.h index 25bcb8e01..d6ea4d916 100644 --- a/tdersync/tdersync.h +++ b/tdersync/tdersync.h @@ -23,7 +23,7 @@ #include <tqstringlist.h> #include <kurl.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdefileitem.h> #include <klibloader.h> #include <tdeparts/plugin.h> |