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 08636e5..8b97e9a 100644 --- a/src/aptcache.h +++ b/src/aptcache.h @@ -22,7 +22,7 @@ class AptProtocol; */ class AptCache : public TQObject { Q_OBJECT - TQ_OBJECT + typedef void (AptCache::*ReceiveMethod) (const TQStringList& lines); ReceiveMethod m_receive; |