diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:01:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:01:23 -0600 |
commit | 057f9eab2624cbaa07bcfd0b6f1e54fa930d2550 (patch) | |
tree | 88c0da4174c4051e5b62174ad1a396e2ae32108b /src/VButton.h | |
parent | 3e8fdf8323d0b7d440c9e6c714015ddfcdd99476 (diff) | |
download | kvkbd-057f9eab2624cbaa07bcfd0b6f1e54fa930d2550.tar.gz kvkbd-057f9eab2624cbaa07bcfd0b6f1e54fa930d2550.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/VButton.h')
-rw-r--r-- | src/VButton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VButton.h b/src/VButton.h index fb8dcb5..7f04fd0 100644 --- a/src/VButton.h +++ b/src/VButton.h @@ -7,7 +7,7 @@ class VButton : public TQPushButton { Q_OBJECT - TQ_OBJECT + public: VButton(TQWidget *parent=0, const char *name=0); ~VButton(); |