diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:59:25 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:59:25 -0600 |
commit | d5da3c1493156c34a266894b58c026fb8992e448 (patch) | |
tree | 71a8d8d095503ba938d0e4accfeb89c427238237 /src/kbfxtooltip.h | |
parent | 31c3dd003947c90b1337c0dd4fff72dc16d7a290 (diff) | |
download | kbfx-d5da3c1493156c34a266894b58c026fb8992e448.tar.gz kbfx-d5da3c1493156c34a266894b58c026fb8992e448.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kbfxtooltip.h')
-rw-r--r-- | src/kbfxtooltip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxtooltip.h b/src/kbfxtooltip.h index a2076e3..fb575b6 100644 --- a/src/kbfxtooltip.h +++ b/src/kbfxtooltip.h @@ -46,7 +46,7 @@ class KbfxToolTip:public TQWidget { Q_OBJECT - TQ_OBJECT + public: KbfxToolTip ( TQWidget * parent=0,const char * name=0,WFlags fl=WType_TopLevel ); ~KbfxToolTip(); |