Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 12 years ago
parent d1905e5190
commit e2d90c5b28

@ -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 {
Q_OBJECT
TQ_OBJECT
typedef void (AptCache::*ReceiveMethod) (const TQStringList& lines);
ReceiveMethod m_receive;

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

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

Loading…
Cancel
Save