diff options
Diffstat (limited to 'src/aptcache.cpp')
-rw-r--r-- | src/aptcache.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/aptcache.cpp b/src/aptcache.cpp index 8b2a57f..c7412c7 100644 --- a/src/aptcache.cpp +++ b/src/aptcache.cpp @@ -24,10 +24,10 @@ AptCache::AptCache() { - connect(&m_process, TQT_SIGNAL(receivedStderr(TDEProcess*, char*, int)), - this, TQT_SLOT(receivedStdErr(TDEProcess*, char*, int ))); - connect(&m_process, TQT_SIGNAL(receivedStdout(TDEProcess*, char*, int)), - this, TQT_SLOT(receivedStdOut(TDEProcess*, char*, int ))); + connect(&m_process, TQ_SIGNAL(receivedStderr(TDEProcess*, char*, int)), + this, TQ_SLOT(receivedStdErr(TDEProcess*, char*, int ))); + connect(&m_process, TQ_SIGNAL(receivedStdout(TDEProcess*, char*, int)), + this, TQ_SLOT(receivedStdOut(TDEProcess*, char*, int ))); } AptCache::~AptCache() {} |