From 19e4c89d109f0baa82f6f37637939c8a85422e5e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:20:56 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/aptcache.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/aptcache.h') 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(); -- cgit v1.2.1