summaryrefslogtreecommitdiffstats
path: root/src/electronics
diff options
context:
space:
mode:
Diffstat (limited to 'src/electronics')
-rw-r--r--src/electronics/component.h2
-rw-r--r--src/electronics/components/ecsubcircuit.h2
-rw-r--r--src/electronics/components/piccomponent.h2
-rw-r--r--src/electronics/ecnode.h2
-rw-r--r--src/electronics/gpsimprocessor.h6
-rw-r--r--src/electronics/subcircuits.h2
-rw-r--r--src/electronics/switch.h2
7 files changed, 9 insertions, 9 deletions
diff --git a/src/electronics/component.h b/src/electronics/component.h
index 5217c7f..f1cdb2e 100644
--- a/src/electronics/component.h
+++ b/src/electronics/component.h
@@ -75,7 +75,7 @@ typedef TQValueList<ElementMap> ElementMapList;
*/
class Component : public CNItem
{
- Q_OBJECT
+ TQ_OBJECT
public:
Component( ICNDocument *icnDocument, bool newItem, const TQString &id );
diff --git a/src/electronics/components/ecsubcircuit.h b/src/electronics/components/ecsubcircuit.h
index 89f2a41..4c19e63 100644
--- a/src/electronics/components/ecsubcircuit.h
+++ b/src/electronics/components/ecsubcircuit.h
@@ -21,7 +21,7 @@
*/
class ECSubcircuit : public Component
{
-Q_OBJECT
+TQ_OBJECT
public:
ECSubcircuit( ICNDocument *icnDocument, bool newItem, const char *id = 0L );
diff --git a/src/electronics/components/piccomponent.h b/src/electronics/components/piccomponent.h
index 5bf4ac8..9625bfd 100644
--- a/src/electronics/components/piccomponent.h
+++ b/src/electronics/components/piccomponent.h
@@ -42,7 +42,7 @@ typedef TQMap< int, PICComponentPin * > PICComponentPinMap;
*/
class PICComponent : public Component
{
- Q_OBJECT
+ TQ_OBJECT
public:
PICComponent( ICNDocument * icnDocument, bool newItem, const char *id = 0L );
diff --git a/src/electronics/ecnode.h b/src/electronics/ecnode.h
index 0306749..04665f5 100644
--- a/src/electronics/ecnode.h
+++ b/src/electronics/ecnode.h
@@ -31,7 +31,7 @@ typedef TQValueVector<Pin*> PinVector;
*/
class ECNode : public Node
{
- Q_OBJECT
+ TQ_OBJECT
public:
ECNode( ICNDocument *icnDocument, Node::node_type type, node_dir dir, const TQPoint &pos, TQString *id = 0L );
diff --git a/src/electronics/gpsimprocessor.h b/src/electronics/gpsimprocessor.h
index 6337300..0e42246 100644
--- a/src/electronics/gpsimprocessor.h
+++ b/src/electronics/gpsimprocessor.h
@@ -73,7 +73,7 @@ class DebugLine : public SourceLine
*/
class RegisterInfo : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
RegisterInfo( Register * reg );
@@ -143,7 +143,7 @@ class RegisterSet
class GpsimDebugger : public TQObject
{
friend class GpsimProcessor;
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -248,7 +248,7 @@ class GpsimDebugger : public TQObject
class GpsimProcessor : public TQObject
{
friend class GpsimDebugger;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/electronics/subcircuits.h b/src/electronics/subcircuits.h
index acbaf90..df2e991 100644
--- a/src/electronics/subcircuits.h
+++ b/src/electronics/subcircuits.h
@@ -24,7 +24,7 @@ Interface for dealing with loading / saving / etc of subcircuits
*/
class Subcircuits : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
~Subcircuits();
diff --git a/src/electronics/switch.h b/src/electronics/switch.h
index 4f5b542..b2e94e2 100644
--- a/src/electronics/switch.h
+++ b/src/electronics/switch.h
@@ -25,7 +25,7 @@ class TQTimer;
*/
class Switch : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: