summaryrefslogtreecommitdiffstats
path: root/src/flowparts
diff options
context:
space:
mode:
Diffstat (limited to 'src/flowparts')
-rw-r--r--src/flowparts/flowpart.h2
-rw-r--r--src/flowparts/pinmapping.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/flowparts/flowpart.h b/src/flowparts/flowpart.h
index 3523b4e..2b3be1d 100644
--- a/src/flowparts/flowpart.h
+++ b/src/flowparts/flowpart.h
@@ -33,7 +33,7 @@ that you should reinherit for generating the assembly code.
*/
class FlowPart : public CNItem
{
-Q_OBJECT
+TQ_OBJECT
public:
enum FlowSymbol
diff --git a/src/flowparts/pinmapping.h b/src/flowparts/pinmapping.h
index c1f278c..3ba3f51 100644
--- a/src/flowparts/pinmapping.h
+++ b/src/flowparts/pinmapping.h
@@ -70,7 +70,7 @@ Dialog for editing a Pin Mapping
*/
class PinMapEditor : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
PinMapEditor( PinMapping * PinMapping, MicroInfo * Info, TQWidget * parent, const char * name );
@@ -93,7 +93,7 @@ For use with FlowParts that require a pin map (e.g. Keypad and Seven Segment).
*/
class PinMapDocument : public ICNDocument
{
- Q_OBJECT
+ TQ_OBJECT
public:
PinMapDocument();
@@ -121,7 +121,7 @@ class PinMapDocument : public ICNDocument
*/
class PinMapView : public ICNView
{
- Q_OBJECT
+ TQ_OBJECT
public:
PinMapView( PinMapDocument * pinMapDocument, ViewContainer * viewContainer, uint viewAreaId, const char * name = 0l );