From 79b21d47bce1ee428affc97534cd8b257232a871 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:43:14 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kfind/kquery.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kfind/kquery.h') diff --git a/kfind/kquery.h b/kfind/kquery.h index ecd83b348..5ddc334fd 100644 --- a/kfind/kquery.h +++ b/kfind/kquery.h @@ -53,9 +53,9 @@ class KQuery : public TQObject void slotListEntries(KIO::Job *, const KIO::UDSEntryList &); void slotResult(KIO::Job *); void slotCanceled(KIO::Job *); - void slotreceivedSdtout(KProcess*,char*,int); - void slotreceivedSdterr(KProcess*,char*,int); - void slotendProcessLocate(KProcess*); + void slotreceivedSdtout(TDEProcess*,char*,int); + void slotreceivedSdterr(TDEProcess*,char*,int); + void slotendProcessLocate(TDEProcess*); signals: void addFile(const KFileItem *filename, const TQString& matchingLine); @@ -86,7 +86,7 @@ class KQuery : public TQObject char* bufferLocate; int bufferLocateLength; TQStringList locateList; - KProcess *processLocate; + TDEProcess *processLocate; TQPtrList m_regexps;// regexps for file name // TQValueList m_regexpsContainsGlobs; // what should this be good for ? Alex KIO::ListJob *job; -- cgit v1.2.3