From 5f444a9ea966b68991cef44d2711378ef9ff406d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:40:58 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kpackage/debInterface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpackage/debInterface.cpp') diff --git a/kpackage/debInterface.cpp b/kpackage/debInterface.cpp index 74ef515..70acb23 100644 --- a/kpackage/debInterface.cpp +++ b/kpackage/debInterface.cpp @@ -275,7 +275,7 @@ packageInfo *DEB::getUPackageInfo( const TQString &name) packageInfo *pki = 0; TQString s = "dpkg --info "; - s += KProcess::quote(name); + s += TDEProcess::quote(name); TQStringList list = kpty->run(s); for ( TQStringList::Iterator it = list.begin(); it != list.end(); ++it ) { @@ -566,7 +566,7 @@ TQString DEB::install(int installFlags, TQPtrList *p, for (i = p->first(); i!= 0; i = p->next()) { TQString fname = i->fetchFilename(); if (!fname.isEmpty()) { - packs += KProcess::quote(fname); + packs += TDEProcess::quote(fname); packs += " "; } } -- cgit v1.2.3