summaryrefslogtreecommitdiffstats
path: root/kig/objects/special_calcers.h
diff options
context:
space:
mode:
Diffstat (limited to 'kig/objects/special_calcers.h')
-rw-r--r--kig/objects/special_calcers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/objects/special_calcers.h b/kig/objects/special_calcers.h
index 812d7ee5..640587cc 100644
--- a/kig/objects/special_calcers.h
+++ b/kig/objects/special_calcers.h
@@ -29,7 +29,7 @@ public:
MeasureTransportCalcer(ObjectCalcer* circle, ObjectCalcer* point, ObjectCalcer* segment );
~MeasureTransportCalcer();
- std::vector<ObjectCalcer*> tqparents() const;
+ std::vector<ObjectCalcer*> parents() const;
void calc( const KigDocument& );
const ObjectImpType* impRequirement(
ObjectCalcer* o, const std::vector<ObjectCalcer*>& os ) const;