diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:43:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:43:14 -0600 |
commit | 79b21d47bce1ee428affc97534cd8b257232a871 (patch) | |
tree | 0df1fa0109d9f2bcef932eda8b5c25b2e06669ed /khelpcenter/searchengine.h | |
parent | 9a898d493f493adbc404f7223043c85f3817472b (diff) | |
download | tdebase-79b21d47bce1ee428affc97534cd8b257232a871.tar.gz tdebase-79b21d47bce1ee428affc97534cd8b257232a871.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'khelpcenter/searchengine.h')
-rw-r--r-- | khelpcenter/searchengine.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/khelpcenter/searchengine.h b/khelpcenter/searchengine.h index 84f252746..31f4c667f 100644 --- a/khelpcenter/searchengine.h +++ b/khelpcenter/searchengine.h @@ -11,7 +11,7 @@ #include "docentrytraverser.h" class TQWidget; -class KProcess; +class TDEProcess; class KConfig; class KHTMLPart; @@ -114,15 +114,15 @@ class SearchEngine : public TQObject void searchFinished(); 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); protected: void processSearchQueue(); private: - KProcess *mProc; + TDEProcess *mProc; bool mSearchRunning; TQString mSearchResult; |