diff options
author | Darrell Anderson <[email protected]> | 2012-10-21 17:43:04 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-12-30 02:51:17 +0100 |
commit | 4e64b73c9bcaf01f0360156654645d98c82f6808 (patch) | |
tree | 9c51a2fb624ec58777cef0f79faa2f9a034f9a2b | |
parent | 6d3c1bf05dcedba7a3dfe0854b55fea7158b1d81 (diff) | |
download | kchmviewer-4e64b73c9bcaf01f0360156654645d98c82f6808.tar.gz kchmviewer-4e64b73c9bcaf01f0360156654645d98c82f6808.zip |
Fix inadvertent tq changes.
(cherry picked from commit a88a51284b8db5285bd3d3b0d6b88011d66965f0)
-rw-r--r-- | src/kde/kchmviewwindow_khtmlpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kde/kchmviewwindow_khtmlpart.h b/src/kde/kchmviewwindow_khtmlpart.h index 445685f..f585e48 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. */ |