diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:23:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:23:24 -0600 |
commit | 5b8ab149469c8e186ee8b05d90c0103ae722dd85 (patch) | |
tree | fb31321c80b12ee8e2237bdcf8c228fe44e67772 /tools/thesaurus/main.h | |
parent | fe33d391dd7c9da0f83e779344a17e2e445b70a8 (diff) | |
download | koffice-5b8ab149469c8e186ee8b05d90c0103ae722dd85.tar.gz koffice-5b8ab149469c8e186ee8b05d90c0103ae722dd85.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'tools/thesaurus/main.h')
-rw-r--r-- | tools/thesaurus/main.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/thesaurus/main.h b/tools/thesaurus/main.h index 88aa19ee..210be195 100644 --- a/tools/thesaurus/main.h +++ b/tools/thesaurus/main.h @@ -86,13 +86,13 @@ protected slots: void slotBack(); void slotForward(); - void thesExited(KProcess *proc); - void receivedThesStdout(KProcess *proc, char *result, int len); - void receivedThesStderr(KProcess *proc, char *result, int len); + void thesExited(TDEProcess *proc); + void receivedThesStdout(TDEProcess *proc, char *result, int len); + void receivedThesStderr(TDEProcess *proc, char *result, int len); - void wnExited(KProcess *proc); - void receivedWnStdout(KProcess *proc, char *result, int len); - void receivedWnStderr(KProcess *proc, char *result, int len); + void wnExited(TDEProcess *proc); + void receivedWnStdout(TDEProcess *proc, char *result, int len); + void receivedWnStderr(TDEProcess *proc, char *result, int len); protected: enum Mode {grep, other}; @@ -117,11 +117,11 @@ protected: KConfig *m_config; - KProcess *m_thesproc; + TDEProcess *m_thesproc; TQString m_thesproc_stdout; TQString m_thesproc_stderr; - KProcess *m_wnproc; + TDEProcess *m_wnproc; TQString m_wnproc_stdout; TQString m_wnproc_stderr; |