summaryrefslogtreecommitdiffstats
path: root/kbfxlib/common/kbfxpushbutton.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 15:59:25 -0600
committerTimothy Pearson <[email protected]>2012-02-17 15:59:25 -0600
commitd5da3c1493156c34a266894b58c026fb8992e448 (patch)
tree71a8d8d095503ba938d0e4accfeb89c427238237 /kbfxlib/common/kbfxpushbutton.h
parent31c3dd003947c90b1337c0dd4fff72dc16d7a290 (diff)
downloadkbfx-d5da3c1493156c34a266894b58c026fb8992e448.tar.gz
kbfx-d5da3c1493156c34a266894b58c026fb8992e448.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kbfxlib/common/kbfxpushbutton.h')
-rw-r--r--kbfxlib/common/kbfxpushbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfxlib/common/kbfxpushbutton.h b/kbfxlib/common/kbfxpushbutton.h
index 65f20e5..2341893 100644
--- a/kbfxlib/common/kbfxpushbutton.h
+++ b/kbfxlib/common/kbfxpushbutton.h
@@ -29,7 +29,7 @@
class KbfxPushButton: public KPushButton
{
Q_OBJECT
- TQ_OBJECT
+
public:
KbfxPushButton ( TQWidget *parent = 0, const char *name = 0 );