diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:01:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:01:50 -0600 |
commit | 37f7c7c47abcbf624be797ab463ade2d0b6e27ef (patch) | |
tree | 76119b0e27d53327619833233f19e0fc3d70f8b7 /src/options.h | |
parent | 217d3f3bc621be16589532ad598defffb2f9a222 (diff) | |
download | soundkonverter-37f7c7c47abcbf624be797ab463ade2d0b6e27ef.tar.gz soundkonverter-37f7c7c47abcbf624be797ab463ade2d0b6e27ef.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/options.h')
-rwxr-xr-x | src/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index d3e96f7..03637bc 100755 --- a/src/options.h +++ b/src/options.h @@ -46,7 +46,7 @@ struct ProfileData class Options : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** * Constructor |