Use tdeprocess.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/34/head
Michele Calgaro 3 days ago
parent 59e9205d8b
commit 978c8d4301
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -24,7 +24,7 @@
#include <tqfile.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdelocale.h>
#include <tdetempfile.h>

@ -32,7 +32,7 @@
#include <kstdguiitem.h>
#include <tdeapplication.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdemessagebox.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>

@ -29,7 +29,7 @@
#include <tqfile.h>
#include <tdeapplication.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdelocale.h>
#include <kdebug.h>
#include <kpushbutton.h>

@ -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

@ -37,7 +37,7 @@
#include <tqtextstream.h>
#include <tqstringlist.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include "pkgInterface.h"

@ -31,7 +31,7 @@
#include <tqptrlist.h>
#include <tqstringlist.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include "procbuf.h"
#include "pkgInterface.h"

@ -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>

@ -27,7 +27,7 @@
#include "../config.h"
#include <kprocess.h>
#include <tdeprocess.h>
#include <kdialog.h>
#include <tqobject.h>
#include <tqtimer.h>

@ -30,7 +30,7 @@
#include "../config.h"
#include <tqptrlist.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include "pkgInterface.h"

@ -44,7 +44,7 @@
#include <tdeapplication.h>
#include <kdebug.h>
#include <kiconloader.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <kstandarddirs.h>
#include <kcursor.h>
#include <tdepopupmenu.h>

@ -39,7 +39,7 @@
#include "misc.h"
#include <kstandarddirs.h>
#include <tdemessagebox.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <kdebug.h>
#include <tdeio/netaccess.h>
#include <kurl.h>

@ -19,7 +19,7 @@
#include <config.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdelocale.h>
#include <kgenericfactory.h>
#include <kstringvalidator.h>

Loading…
Cancel
Save