diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:18:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:18:52 -0600 |
commit | ebabab113252ed75baf5c8181937f14c55a8886b (patch) | |
tree | 54cd41c7941b9f4df75f4017d7cab61a63b8d74c /lib/libchmfile/libchmfile.h | |
parent | a06972de3036b2c2cc2b49a6a100cede2358541f (diff) | |
download | kchmviewer-ebabab113252ed75baf5c8181937f14c55a8886b.tar.gz kchmviewer-ebabab113252ed75baf5c8181937f14c55a8886b.zip |
Rename additional global TQt functions
Diffstat (limited to 'lib/libchmfile/libchmfile.h')
-rw-r--r-- | lib/libchmfile/libchmfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |