diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:13:22 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:13:22 -0500 |
commit | b0050498932208810dd4555744eb81bb49a95633 (patch) | |
tree | bd3fd282afa3c3f12f8e38ea5c6cbf946d60144c /lib/libchmfile | |
parent | 57a5438d76f28c3a0309389fe172dcd37abfb685 (diff) | |
download | kchmviewer-b0050498932208810dd4555744eb81bb49a95633.tar.gz kchmviewer-b0050498932208810dd4555744eb81bb49a95633.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'lib/libchmfile')
-rw-r--r-- | lib/libchmfile/libchmfile_search.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libchmfile/libchmfile_search.cpp b/lib/libchmfile/libchmfile_search.cpp index 13d4212..928a809 100644 --- a/lib/libchmfile/libchmfile_search.cpp +++ b/lib/libchmfile/libchmfile_search.cpp @@ -237,7 +237,7 @@ bool LCHMFile::searchQuery( const TQString& inquery, TQStringList * searchresult query.remove (pos, rxword.matchedLength()); } -#if defined (DUMP_SEARCH_TQUERY) +#if defined (DUMP_SEARCH_QUERY) // Dump the search query TQString qdump; for ( i = 0; i < phrases_must_exist.size(); i++ ) |