summaryrefslogtreecommitdiffstats
path: root/src/flowparts/pinmapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flowparts/pinmapping.h')
-rw-r--r--src/flowparts/pinmapping.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/flowparts/pinmapping.h b/src/flowparts/pinmapping.h
index 2c53d31..c1f278c 100644
--- a/src/flowparts/pinmapping.h
+++ b/src/flowparts/pinmapping.h
@@ -71,7 +71,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 );
@@ -94,7 +94,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();
~PinMapDocument();
@@ -122,7 +122,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 );
~PinMapView();