From 98a12d05a48814bec3870b9a6d5865475cfa1c95 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 4 Jan 2011 02:22:38 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1211429 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kig/misc/calcpaths.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kig/misc/calcpaths.cc') diff --git a/kig/misc/calcpaths.cc b/kig/misc/calcpaths.cc index 1532715b..b2190303 100644 --- a/kig/misc/calcpaths.cc +++ b/kig/misc/calcpaths.cc @@ -33,7 +33,7 @@ // I previously misunderstood the semantics of this function // and thought that the os vector had to be completed with all // the subtree generated by it. On the contrary, the os vector -// contains *all* the objects that we want, we only have to +// tqcontains *all* the objects that we want, we only have to // reorder them. Now it *should* work, however we postpone // activating this to a more proper moment @@ -105,7 +105,7 @@ std::vector calcPath( const std::vector& os ) std::vector all = os; // tmp is the var containing the objects we're iterating over. The // first time around this is the os variable, the next time, this - // contains the variables we added in the first round... + // tqcontains the variables we added in the first round... std::vector tmp = os; // tmp2 is a temporary var. During a round, it receives all the // variables we add ( to "all" ) in that round, and at the end of @@ -283,7 +283,7 @@ std::set getAllChildren( const std::vector objs ) std::set cur( objs.begin(), objs.end() ); while( !cur.empty() ) { - // contains the objects to iterate over the next time around... + // tqcontains the objects to iterate over the next time around... std::set next; for( std::set::iterator i = cur.begin(); i != cur.end(); ++i ) -- cgit v1.2.1