diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:20:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:20:56 -0600 |
commit | 19e4c89d109f0baa82f6f37637939c8a85422e5e (patch) | |
tree | 088026f62497c9baecc003c3a862bcc9b8be63e5 /src/aptcache.h | |
parent | 688a06c566c4a8c8de5e11ad1b8a484e12adc270 (diff) | |
download | tdeio-apt-19e4c89d109f0baa82f6f37637939c8a85422e5e.tar.gz tdeio-apt-19e4c89d109f0baa82f6f37637939c8a85422e5e.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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(); |