diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:41 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:41 -0600 |
| commit | b9e61d65a03e2fbbe4a7edfc0b1d3ce9d19754da (patch) | |
| tree | 8837ae519743ef3e61f022eaca3ed38ada7f4880 /src/sourcelistitem.h | |
| parent | b8b43c222457131639df00d9d5bc15a1aeb318cd (diff) | |
| download | kima-b9e61d65a03e2fbbe4a7edfc0b1d3ce9d19754da.tar.gz kima-b9e61d65a03e2fbbe4a7edfc0b1d3ce9d19754da.zip | |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/sourcelistitem.h')
| -rw-r--r-- | src/sourcelistitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sourcelistitem.h b/src/sourcelistitem.h index af5db49..a7c31e1 100644 --- a/src/sourcelistitem.h +++ b/src/sourcelistitem.h @@ -31,7 +31,7 @@ */ class SourceListItem : public TQObject, public TQCheckListItem { Q_OBJECT - TQ_OBJECT //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (tqmoc) public: /** * Creates a new Source |
