diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:59:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:59:10 -0600 |
commit | ffd0ac254d89d0c2b1f233d2a41a9947cad83900 (patch) | |
tree | 17fea78f33c77f23515e2206d5f205f89ed030a4 /plugins/decoder/skeleton.h | |
parent | c16e1cc60e6a2fe7195a5975318d70d0fdbdac23 (diff) | |
download | k3b-ffd0ac254d89d0c2b1f233d2a41a9947cad83900.tar.gz k3b-ffd0ac254d89d0c2b1f233d2a41a9947cad83900.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'plugins/decoder/skeleton.h')
-rw-r--r-- | plugins/decoder/skeleton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/decoder/skeleton.h b/plugins/decoder/skeleton.h index 1c7cff1..19602a6 100644 --- a/plugins/decoder/skeleton.h +++ b/plugins/decoder/skeleton.h @@ -22,7 +22,7 @@ class K3b<name>DecoderFactory : public K3bAudioDecoderFactory { Q_OBJECT - TQ_OBJECT + public: K3b<name>DecoderFactory( TQObject* parent = 0, const char* name = 0 ); @@ -40,7 +40,7 @@ class K3b<name>DecoderFactory : public K3bAudioDecoderFactory class K3b<name>Decoder : public K3bAudioDecoder { Q_OBJECT - TQ_OBJECT + public: K3b<name>Decoder( TQObject* parent = 0, const char* name = 0 ); |