diff options
Diffstat (limited to 'kpackage')
-rw-r--r-- | kpackage/CHANGES | 2 | ||||
-rw-r--r-- | kpackage/debInterface.h | 2 | ||||
-rw-r--r-- | kpackage/kissInterface.h | 2 | ||||
-rw-r--r-- | kpackage/procbuf.cpp | 2 | ||||
-rw-r--r-- | kpackage/procbuf.h | 2 | ||||
-rw-r--r-- | kpackage/slackInterface.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/kpackage/CHANGES b/kpackage/CHANGES index fd476ab..b3d2d30 100644 --- a/kpackage/CHANGES +++ b/kpackage/CHANGES @@ -254,7 +254,7 @@ Add find function for searching for installed packages Use ktreeview widget Change rpm errors from STDERR to error popups Different color tree icons for deb and rpm -Fix to work with newer kprocess +Fix to work with newer tdeprocess Fix fd leak Fix some memory leaks diff --git a/kpackage/debInterface.h b/kpackage/debInterface.h index a2b0152..155c069 100644 --- a/kpackage/debInterface.h +++ b/kpackage/debInterface.h @@ -37,7 +37,7 @@ #include <tqtextstream.h> #include <tqstringlist.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "pkgInterface.h" diff --git a/kpackage/kissInterface.h b/kpackage/kissInterface.h index aa44401..ca0d9dd 100644 --- a/kpackage/kissInterface.h +++ b/kpackage/kissInterface.h @@ -31,7 +31,7 @@ #include <tqptrlist.h> #include <tqstringlist.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "procbuf.h" #include "pkgInterface.h" diff --git a/kpackage/procbuf.cpp b/kpackage/procbuf.cpp index 73372fa..fab5fe7 100644 --- a/kpackage/procbuf.cpp +++ b/kpackage/procbuf.cpp @@ -26,7 +26,7 @@ #include "../config.h" #include "procbuf.h" -#include <kprocess.h> +#include <tdeprocess.h> #include "kpackage.h" #include <tdelocale.h> #include <tqlabel.h> diff --git a/kpackage/procbuf.h b/kpackage/procbuf.h index 7ba2a6e..9ca0eeb 100644 --- a/kpackage/procbuf.h +++ b/kpackage/procbuf.h @@ -27,7 +27,7 @@ #include "../config.h" -#include <kprocess.h> +#include <tdeprocess.h> #include <kdialog.h> #include <tqobject.h> #include <tqtimer.h> diff --git a/kpackage/slackInterface.h b/kpackage/slackInterface.h index bfb2c33..80a0df1 100644 --- a/kpackage/slackInterface.h +++ b/kpackage/slackInterface.h @@ -30,7 +30,7 @@ #include "../config.h" #include <tqptrlist.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "pkgInterface.h" |