summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:13:22 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:13:22 -0500
commitb0050498932208810dd4555744eb81bb49a95633 (patch)
treebd3fd282afa3c3f12f8e38ea5c6cbf946d60144c /lib
parent57a5438d76f28c3a0309389fe172dcd37abfb685 (diff)
downloadkchmviewer-b0050498932208810dd4555744eb81bb49a95633.tar.gz
kchmviewer-b0050498932208810dd4555744eb81bb49a95633.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'lib')
-rw-r--r--lib/libchmfile/libchmfile_search.cpp2
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++ )