diff options
Diffstat (limited to 'src/aptcache.h')
-rw-r--r-- | src/aptcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aptcache.h b/src/aptcache.h index 3bf444d..cdcfda9 100644 --- a/src/aptcache.h +++ b/src/aptcache.h @@ -27,7 +27,7 @@ class AptCache : public TQObject { typedef void (AptCache::*ReceiveMethod) (const TQStringList& lines); ReceiveMethod m_receive; - // KProcIO messes the stderr and the stdout lines :( + // TDEProcIO messes the stderr and the stdout lines :( TDEProcess m_process; TQString m_received_out, m_received_err; |