From b9e61d65a03e2fbbe4a7edfc0b1d3ce9d19754da Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:41 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/sources/ibmhdaps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sources/ibmhdaps.h') diff --git a/src/sources/ibmhdaps.h b/src/sources/ibmhdaps.h index 40cd7e4..0526a33 100644 --- a/src/sources/ibmhdaps.h +++ b/src/sources/ibmhdaps.h @@ -33,7 +33,7 @@ */ class IBMHDAPSSrc : public LabelSource { Q_OBJECT - TQ_OBJECT //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (tqmoc) public: /** * Creates a new Source from the given File -- cgit v1.2.1