diff options
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 |