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