summaryrefslogtreecommitdiffstats
path: root/src/kbfxspinxview.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 /src/kbfxspinxview.h
parent31c3dd003947c90b1337c0dd4fff72dc16d7a290 (diff)
downloadkbfx-d5da3c1493156c34a266894b58c026fb8992e448.tar.gz
kbfx-d5da3c1493156c34a266894b58c026fb8992e448.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kbfxspinxview.h')
-rw-r--r--src/kbfxspinxview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxspinxview.h b/src/kbfxspinxview.h
index 3097809..98a37c3 100644
--- a/src/kbfxspinxview.h
+++ b/src/kbfxspinxview.h
@@ -28,7 +28,7 @@ class KbfxSpinxView:public TQFrame
{
Q_OBJECT
- TQ_OBJECT
+
public:
KbfxSpinxView ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );