diff options
Diffstat (limited to 'kfind/kquery.h')
-rw-r--r-- | kfind/kquery.h | 8 |
1 files changed, 4 insertions, 4 deletions
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<TQRegExp> m_regexps;// regexps for file name // TQValueList<bool> m_regexpsContainsGlobs; // what should this be good for ? Alex KIO::ListJob *job; |