summaryrefslogtreecommitdiffstats
path: root/karbon/tools/vcurvefit.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/tools/vcurvefit.h')
-rw-r--r--karbon/tools/vcurvefit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/karbon/tools/vcurvefit.h b/karbon/tools/vcurvefit.h
index b9e54d1d..bc65ef2f 100644
--- a/karbon/tools/vcurvefit.h
+++ b/karbon/tools/vcurvefit.h
@@ -1,11 +1,11 @@
#ifndef __VCURVEFIT_H__
#define __VCURVEFIT_H__
-#include <qstring.h>
-#include <qptrlist.h>
+#include <tqstring.h>
+#include <tqptrlist.h>
#include "KoPoint.h"
-VPath *bezierFit(QPtrList<KoPoint> &points,float error);
+VPath *bezierFit(TQPtrList<KoPoint> &points,float error);
#endif