summaryrefslogtreecommitdiffstats
path: root/src/electronics/components
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:05 -0600
commita0fd5320de07548880320658c17501c54c8a3beb (patch)
tree51c91423ca7a76595041cb7d7206180992c4b914 /src/electronics/components
parent5f338f4e81e145e4c0e1471ef7a8eabcdf7a275f (diff)
downloadktechlab-a0fd5320de07548880320658c17501c54c8a3beb.tar.gz
ktechlab-a0fd5320de07548880320658c17501c54c8a3beb.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/electronics/components')
-rw-r--r--src/electronics/components/ecsubcircuit.h2
-rw-r--r--src/electronics/components/piccomponent.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/electronics/components/ecsubcircuit.h b/src/electronics/components/ecsubcircuit.h
index 7bc9655..89f2a41 100644
--- a/src/electronics/components/ecsubcircuit.h
+++ b/src/electronics/components/ecsubcircuit.h
@@ -22,7 +22,7 @@
class ECSubcircuit : public Component
{
Q_OBJECT
- TQ_OBJECT
+
public:
ECSubcircuit( ICNDocument *icnDocument, bool newItem, const char *id = 0L );
~ECSubcircuit();
diff --git a/src/electronics/components/piccomponent.h b/src/electronics/components/piccomponent.h
index d5e668d..330fbf9 100644
--- a/src/electronics/components/piccomponent.h
+++ b/src/electronics/components/piccomponent.h
@@ -41,7 +41,7 @@ typedef TQMap< int, PICComponentPin * > PICComponentPinMap;
class PICComponent : public Component
{
Q_OBJECT
- TQ_OBJECT
+
public:
PICComponent( ICNDocument * icnDocument, bool newItem, const char *id = 0L );
~PICComponent();