summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:43:04 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:43:04 -0500
commita88a51284b8db5285bd3d3b0d6b88011d66965f0 (patch)
treef5661d232f380bcb08f2b9625e306557249f111b
parent85d014f718457695eb73469dccabf806d2c555b3 (diff)
downloadkchmviewer-a88a51284b8db5285bd3d3b0d6b88011d66965f0.tar.gz
kchmviewer-a88a51284b8db5285bd3d3b0d6b88011d66965f0.zip
Fix inadvertent tq changes.
-rw-r--r--src/kde/kchmviewwindow_khtmlpart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kde/kchmviewwindow_khtmlpart.h b/src/kde/kchmviewwindow_khtmlpart.h
index 3bf3f5e..b840b44 100644
--- a/src/kde/kchmviewwindow_khtmlpart.h
+++ b/src/kde/kchmviewwindow_khtmlpart.h
@@ -37,7 +37,7 @@
*/
/*
* For TQt-only version, we cannot compile KCHMViewWindow_KHTMLPart. However,
- * we cannot just exclude it, because it would not generate a TQMOC file for a KDE
+ * we cannot just exclude it, because it would not generate a MOC file for a KDE
* version. Therefore we declare it, and compile the .moc file, but do not provide
* the class methods.
*/