From ebabab113252ed75baf5c8181937f14c55a8886b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:18:52 -0600 Subject: Rename additional global TQt functions --- lib/libchmfile/libchmfile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libchmfile/libchmfile.h') diff --git a/lib/libchmfile/libchmfile.h b/lib/libchmfile/libchmfile.h index f94de0b..f5707d2 100644 --- a/lib/libchmfile/libchmfile.h +++ b/lib/libchmfile/libchmfile.h @@ -143,7 +143,7 @@ class LCHMFile * \param topics A pointer to the container which will store the parsed results. * Will be cleaned before parsing. * \return true if the tree is present and parsed successfully, false otherwise. - * The parser is built to be error-prone, however it still can abort with qFatal() + * The parser is built to be error-prone, however it still can abort with tqFatal() * by really buggy chm file; please report a bug if the file is opened ok under Windows. * \ingroup fileparsing */ @@ -154,7 +154,7 @@ class LCHMFile * \param indexes A pointer to the container which will store the parsed results. * Will be cleaned before parsing. * \return true if the tree is present and parsed successfully, false otherwise. - * The parser is built to be error-prone, however it still can abort with qFatal() + * The parser is built to be error-prone, however it still can abort with tqFatal() * by really buggy chm file; so far it never happened on indexes. * \ingroup fileparsing */ -- cgit v1.2.3