diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:25 -0600 |
commit | d5da3c1493156c34a266894b58c026fb8992e448 (patch) | |
tree | 71a8d8d095503ba938d0e4accfeb89c427238237 /configdialog/kbfxconfigapp.h | |
parent | 31c3dd003947c90b1337c0dd4fff72dc16d7a290 (diff) | |
download | kbfx-d5da3c1493156c34a266894b58c026fb8992e448.tar.gz kbfx-d5da3c1493156c34a266894b58c026fb8992e448.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'configdialog/kbfxconfigapp.h')
-rw-r--r-- | configdialog/kbfxconfigapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configdialog/kbfxconfigapp.h b/configdialog/kbfxconfigapp.h index 3b64e45..c3502cb 100644 --- a/configdialog/kbfxconfigapp.h +++ b/configdialog/kbfxconfigapp.h @@ -89,7 +89,7 @@ enum {THEMES=0, BUTTON, FONTS, LAYOUT, PLUGINS, TOOLTIP, STYLE, ABOUT}; class KbfxConfigApp : public KbfxConfigDlgMain { Q_OBJECT - TQ_OBJECT + public: /** * Default Constructor |