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 /src/kbfxspinx.h | |
parent | 31c3dd003947c90b1337c0dd4fff72dc16d7a290 (diff) | |
download | kbfx-d5da3c1493156c34a266894b58c026fb8992e448.tar.gz kbfx-d5da3c1493156c34a266894b58c026fb8992e448.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kbfxspinx.h')
-rw-r--r-- | src/kbfxspinx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxspinx.h b/src/kbfxspinx.h index 5aa86c3..74cc5f8 100644 --- a/src/kbfxspinx.h +++ b/src/kbfxspinx.h @@ -63,7 +63,7 @@ class KbfxSpinx : public KPanelApplet,public DCOPObject { K_DCOP Q_OBJECT -// TQ_OBJECT +// public: KbfxSpinx ( const TQString& configFile, Type t = Normal, int actions = 0, |