diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-10-08 00:16:56 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-10-08 05:14:54 +0200 |
commit | 78114a50964bc7bb5d7d99f713bb815ed5a623ef (patch) | |
tree | 871f5d697fb8825c02152c43ea0e671319b742cf /src/frontend.h | |
parent | 84f5a315c3429b47a7eff15e626e2efdbe4f6e5e (diff) | |
download | kscope-78114a50964bc7bb5d7d99f713bb815ed5a623ef.tar.gz kscope-78114a50964bc7bb5d7d99f713bb815ed5a623ef.zip |
Initial TDE conversion
Diffstat (limited to 'src/frontend.h')
-rw-r--r-- | src/frontend.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/frontend.h b/src/frontend.h index 801f49c..1de524b 100644 --- a/src/frontend.h +++ b/src/frontend.h @@ -73,7 +73,7 @@ protected: * @author Elad Lahav */ -class Frontend : public KProcess +class Frontend : public TDEProcess { Q_OBJECT @@ -179,7 +179,7 @@ protected: virtual void finalize() {} protected slots: - virtual void slotProcessExit(KProcess*); + virtual void slotProcessExit(TDEProcess*); private: /** Determines whether the object should be deleted once the process has @@ -205,8 +205,8 @@ private: bool tokenize(char**, int*, TQString&, ParserDelim&); private slots: - void slotReadStdout(KProcess*, char*, int); - void slotReadStderr(KProcess*, char*, int); + void slotReadStdout(TDEProcess*, char*, int); + void slotReadStderr(TDEProcess*, char*, int); }; #endif |