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 297f41d..f35b0df 100644 --- a/src/aptcache.h +++ b/src/aptcache.h @@ -21,7 +21,7 @@ class AptProtocol; @author Sylvain Joyeux */ class AptCache : public TQObject { - Q_OBJECT + TQ_OBJECT typedef void (AptCache::*ReceiveMethod) (const TQStringList& lines); |