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 --- khelpcenter/searchhandler.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'khelpcenter/searchhandler.h') diff --git a/khelpcenter/searchhandler.h b/khelpcenter/searchhandler.h index 13a6a56c1..356446db5 100644 --- a/khelpcenter/searchhandler.h +++ b/khelpcenter/searchhandler.h @@ -38,7 +38,7 @@ class SearchJob DocEntry *mEntry; - KProcess *mProcess; + TDEProcess *mProcess; KIO::Job *mKioJob; TQString mCmd; @@ -71,9 +71,9 @@ class SearchHandler : public QObject bool checkBinary( const TQString &cmd ) const; protected slots: - void searchStdout( KProcess *proc, char *buffer, int buflen ); - void searchStderr( KProcess *proc, char *buffer, int buflen ); - void searchExited( KProcess *proc ); + void searchStdout( TDEProcess *proc, char *buffer, int buflen ); + void searchStderr( TDEProcess *proc, char *buffer, int buflen ); + void searchExited( TDEProcess *proc ); void slotJobResult( KIO::Job *job ); void slotJobData( KIO::Job *, const TQByteArray &data ); @@ -88,7 +88,7 @@ class SearchHandler : public QObject TQString mIndexCommand; TQStringList mDocumentTypes; - TQMap mProcessJobs; + TQMap mProcessJobs; TQMap mKioJobs; }; -- cgit v1.2.3