Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/4/head
Michele Calgaro 10 months ago
parent 937dbf8cc9
commit 5594fc3615
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -21,7 +21,7 @@ namespace Parsers
} }
class AptProtocol : public TQObject, public TDEIO::SlaveBase { class AptProtocol : public TQObject, public TDEIO::SlaveBase {
Q_OBJECT TQ_OBJECT
friend class AptCache; friend class AptCache;

@ -21,7 +21,7 @@ class AptProtocol;
@author Sylvain Joyeux @author Sylvain Joyeux
*/ */
class AptCache : public TQObject { class AptCache : public TQObject {
Q_OBJECT TQ_OBJECT
typedef void (AptCache::*ReceiveMethod) (const TQStringList& lines); typedef void (AptCache::*ReceiveMethod) (const TQStringList& lines);

@ -20,7 +20,7 @@
*/ */
class Dpkg : public PackageManager class Dpkg : public PackageManager
{ {
Q_OBJECT TQ_OBJECT
typedef void (Dpkg::*ReceiveMethod) (const TQStringList& lines); typedef void (Dpkg::*ReceiveMethod) (const TQStringList& lines);

@ -23,7 +23,7 @@
class PackageManager : public TQObject class PackageManager : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
PackageManager(TQObject *parent = 0, const char *name = 0); PackageManager(TQObject *parent = 0, const char *name = 0);

Loading…
Cancel
Save