summaryrefslogtreecommitdiffstats
path: root/kig/objects/arc_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'kig/objects/arc_type.h')
-rw-r--r--kig/objects/arc_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kig/objects/arc_type.h b/kig/objects/arc_type.h
index cb0a4c5f..cdfe0294 100644
--- a/kig/objects/arc_type.h
+++ b/kig/objects/arc_type.h
@@ -35,7 +35,7 @@ public:
ObjectImp* calc( const Args& args, const KigDocument& ) const;
- const ObjectImpType* impRequirement( const ObjectImp* o, const Args& tqparents ) const;
+ const ObjectImpType* impRequirement( const ObjectImp* o, const Args& parents ) const;
bool inherits( int type ) const;
const ObjectImpType* resultId() const;
@@ -55,7 +55,7 @@ public:
ObjectImp* calc( const Args& args, const KigDocument& ) const;
- const ObjectImpType* impRequirement( const ObjectImp* o, const Args& tqparents ) const;
+ const ObjectImpType* impRequirement( const ObjectImp* o, const Args& parents ) const;
bool inherits( int type ) const;
const ObjectImpType* resultId() const;