diff options
Diffstat (limited to 'src/aptcache.h')
-rw-r--r-- | src/aptcache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/aptcache.h b/src/aptcache.h index 8b97e9a..297f41d 100644 --- a/src/aptcache.h +++ b/src/aptcache.h @@ -28,7 +28,7 @@ class AptCache : public TQObject { ReceiveMethod m_receive; // KProcIO messes the stderr and the stdout lines :( - KProcess m_process; + TDEProcess m_process; TQString m_received_out, m_received_err; TQString m_attribute; @@ -36,8 +36,8 @@ class AptCache : public TQObject { TQString m_installed, m_candidate; private slots: - void receivedStdErr(KProcess* process, char* buffer, int len); - void receivedStdOut(KProcess* process, char* buffer, int len); + void receivedStdErr(TDEProcess* process, char* buffer, int len); + void receivedStdOut(TDEProcess* process, char* buffer, int len); private: void clear(); |