diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:47 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:47 -0600 |
| commit | 9829d3d49566c3a01045d7d527d03c5fc9f442a7 (patch) | |
| tree | 1c932f2aa3679e09ecdfcfc6e81ec598c3cbced6 /kmyfirewall/genericinterface/kmfgenericinterface_part.h | |
| parent | cbd455a98cc5fa0b079d5bb61c9211331952b860 (diff) | |
| download | kmyfirewall-9829d3d49566c3a01045d7d527d03c5fc9f442a7.tar.gz kmyfirewall-9829d3d49566c3a01045d7d527d03c5fc9f442a7.zip | |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kmyfirewall/genericinterface/kmfgenericinterface_part.h')
| -rw-r--r-- | kmyfirewall/genericinterface/kmfgenericinterface_part.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmyfirewall/genericinterface/kmfgenericinterface_part.h b/kmyfirewall/genericinterface/kmfgenericinterface_part.h index fe3cc2b..e72be94 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterface_part.h +++ b/kmyfirewall/genericinterface/kmfgenericinterface_part.h @@ -30,7 +30,7 @@ class KMFGenericInterface; class KMFGenericInterfacePart: public KParts::ReadWritePart { Q_OBJECT - TQ_OBJECT + public: KMFGenericInterfacePart( TQWidget *parent, const char *name, TQObject *parentObject, const char *nameOb, @@ -94,7 +94,7 @@ private: class KMFGenericInterfacePartFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KMFGenericInterfacePartFactory(); virtual ~KMFGenericInterfacePartFactory(); |
