diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:10 -0600 |
commit | ffd0ac254d89d0c2b1f233d2a41a9947cad83900 (patch) | |
tree | 17fea78f33c77f23515e2206d5f205f89ed030a4 /src/option/k3bexternalbinoptiontab.h | |
parent | c16e1cc60e6a2fe7195a5975318d70d0fdbdac23 (diff) | |
download | k3b-ffd0ac254d89d0c2b1f233d2a41a9947cad83900.tar.gz k3b-ffd0ac254d89d0c2b1f233d2a41a9947cad83900.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/option/k3bexternalbinoptiontab.h')
-rw-r--r-- | src/option/k3bexternalbinoptiontab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option/k3bexternalbinoptiontab.h b/src/option/k3bexternalbinoptiontab.h index 9a1c3d9..595c30d 100644 --- a/src/option/k3bexternalbinoptiontab.h +++ b/src/option/k3bexternalbinoptiontab.h @@ -31,7 +31,7 @@ class K3bExternalBinWidget; class K3bExternalBinOptionTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: K3bExternalBinOptionTab( K3bExternalBinManager*, TQWidget*, const char* name = 0 ); |