diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:12 -0600 |
commit | 97c73a8ce7e26d36d99b80f7e4dfe30363d004f9 (patch) | |
tree | 0626bbee735eb3df57c4868c82d79790d87eae12 /k9author/k9avifile.h | |
parent | 65c4beb1dbed77013f3478a0ef904ef1d286f811 (diff) | |
download | k9copy-97c73a8ce7e26d36d99b80f7e4dfe30363d004f9.tar.gz k9copy-97c73a8ce7e26d36d99b80f7e4dfe30363d004f9.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'k9author/k9avifile.h')
-rw-r--r-- | k9author/k9avifile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9avifile.h b/k9author/k9avifile.h index 4a06f1e..afa72cf 100644 --- a/k9author/k9avifile.h +++ b/k9author/k9avifile.h @@ -23,7 +23,7 @@ class k9Title; class k9AviFile : public TQObject { Q_OBJECT - TQ_OBJECT + public: k9AviFile(k9Title *parent = 0, const char *name = 0); |