From c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:31 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 94844816550ad672ccfcdc25659c625546239998. --- lib/kformula/kformulacommand.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/kformula/kformulacommand.cc') diff --git a/lib/kformula/kformulacommand.cc b/lib/kformula/kformulacommand.cc index 65bfa6c3..267038c4 100644 --- a/lib/kformula/kformulacommand.cc +++ b/lib/kformula/kformulacommand.cc @@ -556,10 +556,10 @@ void CharStyleCommand::execute() TQMap parentCollector; styleList.clear(); - uint count = childrenList().count(); + uint count = tqchildrenList().count(); styleList.reserve( count ); for ( uint i=0; igetCharStyle(); child->setCharStyle( charStyle ); parentCollector[static_cast( child->getParent() )] = 1; @@ -571,10 +571,10 @@ void CharStyleCommand::execute() void CharStyleCommand::unexecute() { TQMap parentCollector; - uint count = childrenList().count(); + uint count = tqchildrenList().count(); //styleList.reserve( count ); for ( uint i=0; isetCharStyle( styleList[i] ); parentCollector[static_cast( child->getParent() )] = 1; } @@ -595,10 +595,10 @@ void CharFamilyCommand::execute() TQMap parentCollector; familyList.clear(); - uint count = childrenList().count(); + uint count = tqchildrenList().count(); familyList.reserve( count ); for ( uint i=0; igetCharFamily(); child->setCharFamily( charFamily ); parentCollector[static_cast( child->getParent() )] = 1; @@ -610,10 +610,10 @@ void CharFamilyCommand::execute() void CharFamilyCommand::unexecute() { TQMap parentCollector; - uint count = childrenList().count(); + uint count = tqchildrenList().count(); //familyList.reserve( count ); for ( uint i=0; isetCharFamily( familyList[i] ); parentCollector[static_cast( child->getParent() )] = 1; } -- cgit v1.2.1