From 716a5de8870d7c02bb4d0aed72f30291b17b763a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:01 -0600 Subject: Remove additional unneeded tq method conversions --- akregator/src/nodelist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'akregator/src/nodelist.cpp') diff --git a/akregator/src/nodelist.cpp b/akregator/src/nodelist.cpp index 6bcee5f6d..e79acb20d 100644 --- a/akregator/src/nodelist.cpp +++ b/akregator/src/nodelist.cpp @@ -165,9 +165,9 @@ void NodeList::clear() { Q_ASSERT(rootNode()); - TQValueList tqchildren = rootNode()->tqchildren(); + TQValueList children = rootNode()->children(); - for (TQValueList::ConstIterator it = tqchildren.begin(); it != tqchildren.end(); ++it) + for (TQValueList::ConstIterator it = children.begin(); it != children.end(); ++it) delete *it; // emits signal "emitSignalDestroyed" } -- cgit v1.2.1