diff options
Diffstat (limited to 'src/apt.h')
-rw-r--r-- | src/apt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ namespace Parsers } class AptProtocol : public TQObject, public TDEIO::SlaveBase { - Q_OBJECT + TQ_OBJECT friend class AptCache; |