From 727ef5ef1c2b28593bc07bdd353bdb17197aacae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 4 Nov 2018 16:38:57 +0100 Subject: Removed obsolete TQCollection and replace with TQPtrCollection. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/html/commandlist_8cpp-source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/commandlist_8cpp-source.html') diff --git a/doc/html/commandlist_8cpp-source.html b/doc/html/commandlist_8cpp-source.html index 6c71e79..6b4d422 100644 --- a/doc/html/commandlist_8cpp-source.html +++ b/doc/html/commandlist_8cpp-source.html @@ -95,7 +95,7 @@ 00078 return false; 00079 } 00080 -00081 int CommandList::compareItems (TQCollection::Item item1, TQCollection::Item item2 ) +00081 int CommandList::compareItems (TQPtrCollection::Item item1, TQPtrCollection::Item item2 ) 00082 { 00083 CommandEntry* entry1 = (CommandEntry*) item1; 00084 CommandEntry* entry2 = (CommandEntry*) item2; @@ -106,7 +106,7 @@ 00089 else return -1; 00090 } 00091 -00092 TQCollection::Item CommandList::newItem (TQCollection::Item d) +00092 TQPtrCollection::Item CommandList::newItem (TQPtrCollection::Item d) 00093 { 00094 return new CommandEntry ((CommandEntry*)d); 00095 } -- cgit v1.2.1