diff options
Diffstat (limited to 'kig/modes/construct_mode.cc')
-rw-r--r-- | kig/modes/construct_mode.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/modes/construct_mode.cc b/kig/modes/construct_mode.cc index d4702314..e9e2e5ad 100644 --- a/kig/modes/construct_mode.cc +++ b/kig/modes/construct_mode.cc @@ -489,7 +489,7 @@ void TestConstructMode::leftClickedObject( ObjectHolder* o, const TQPoint& p, assert( mresult->imp()->inherits( TestResultImp::stype() ) ); parents.push_back( new ObjectPropertyCalcer( - mresult.get(), mresult->imp()->propertiesInternalNames().tqfindIndex( "test-result" ) ) ); + mresult.get(), mresult->imp()->propertiesInternalNames().findIndex( "test-result" ) ) ); parents.back()->calc( mdoc.document() ); ObjectCalcer* ret = new ObjectTypeCalcer( TextType::instance(), parents ); |