diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:33 -0600 |
commit | fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d (patch) | |
tree | 44afa11fb537fa93881a338ae3b58f50e0e57371 /src/progs/icd2/base/icd2_debug.h | |
parent | 8ac8ddd6c1dcbda5e0240f5b2ad51800130f7360 (diff) | |
download | piklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.tar.gz piklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/progs/icd2/base/icd2_debug.h')
-rw-r--r-- | src/progs/icd2/base/icd2_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progs/icd2/base/icd2_debug.h b/src/progs/icd2/base/icd2_debug.h index 7042a22..16c223e 100644 --- a/src/progs/icd2/base/icd2_debug.h +++ b/src/progs/icd2/base/icd2_debug.h @@ -20,7 +20,7 @@ class DebuggerSpecific; class DebugProgrammer : public ProgrammerBase { Q_OBJECT - TQ_OBJECT + public: DebugProgrammer(const ::Programmer::Group &group, const Pic::Data *data); bool readDebugExecutiveVersion(); |