diff options
Diffstat (limited to 'kpovmodeler/pmsplinesegment.h')
-rw-r--r-- | kpovmodeler/pmsplinesegment.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmsplinesegment.h b/kpovmodeler/pmsplinesegment.h index 5e97ff49..c45b0a2e 100644 --- a/kpovmodeler/pmsplinesegment.h +++ b/kpovmodeler/pmsplinesegment.h @@ -25,7 +25,7 @@ #endif #include "pmvector.h" -#include <qvaluelist.h> +#include <tqvaluelist.h> /** * Helper class for splines @@ -116,7 +116,7 @@ private: double m_a[2], m_b[2], m_c[2], m_d[2]; }; -typedef QValueList<PMSplineSegment> PMSegmentList; -typedef QValueList<PMSegmentList> PMSegmentListList; +typedef TQValueList<PMSplineSegment> PMSegmentList; +typedef TQValueList<PMSegmentList> PMSegmentListList; #endif |