@ -23,7 +23,7 @@ namespace Parsers
class AptProtocol : public TQObject, public KIO::SlaveBase {
Q_OBJECT
TQ_OBJECT
friend class AptCache;
@ -22,7 +22,7 @@ class AptProtocol;
*/
class AptCache : public TQObject {
typedef void (AptCache::*ReceiveMethod) (const TQStringList& lines);
ReceiveMethod m_receive;
@ -21,7 +21,7 @@
class Dpkg : public PackageManager
{
typedef void (Dpkg::*ReceiveMethod) (const TQStringList& lines);
@ -24,7 +24,7 @@
class PackageManager : public TQObject
public:
PackageManager(TQObject *parent = 0, const char *name = 0);
virtual ~PackageManager();