summaryrefslogtreecommitdiffstats
path: root/src/mechanics/chassiscircular2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mechanics/chassiscircular2.h')
-rw-r--r--src/mechanics/chassiscircular2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mechanics/chassiscircular2.h b/src/mechanics/chassiscircular2.h
index 1c8897a..d0752b7 100644
--- a/src/mechanics/chassiscircular2.h
+++ b/src/mechanics/chassiscircular2.h
@@ -30,13 +30,13 @@ public:
protected:
virtual void itemResized();
- void drawShape( QPainter &p );
+ void drawShape( TQPainter &p );
double m_theta1; // Angle of rotation of wheel 1 (used for drawing)
double m_theta2; // Angle of rotation of wheel 1 (used for drawing)
- QRect m_wheel1Pos; // Position of first wheel, with respect to top left of item
- QRect m_wheel2Pos; // Position of second wheel, with respect to top left of item
+ TQRect m_wheel1Pos; // Position of first wheel, with respect to top left of item
+ TQRect m_wheel2Pos; // Position of second wheel, with respect to top left of item
};
#endif