diff options
Diffstat (limited to 'kdpkg-install/process.h')
-rw-r--r-- | kdpkg-install/process.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdpkg-install/process.h b/kdpkg-install/process.h index 65c1022..6a23639 100644 --- a/kdpkg-install/process.h +++ b/kdpkg-install/process.h @@ -26,11 +26,11 @@ public: void start(bool block=true); protected: - KProcess* _process; + TDEProcess* _process; TQString _buffer; protected slots: - void slotProcessOutput(KProcess* process, char* buffer, int buflen); + void slotProcessOutput(TDEProcess* process, char* buffer, int buflen); }; |