diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:26:58 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-12-30 02:51:17 +0100 |
commit | 6d3c1bf05dcedba7a3dfe0854b55fea7158b1d81 (patch) | |
tree | 770469523a7fb2feebc21304b99a102a69588562 /src/kde | |
parent | 73982093a0510707e6b39d5fc4094c2df769d39b (diff) | |
download | kchmviewer-6d3c1bf05dcedba7a3dfe0854b55fea7158b1d81.tar.gz kchmviewer-6d3c1bf05dcedba7a3dfe0854b55fea7158b1d81.zip |
Fix inadvertent tqt changes.
(cherry picked from commit 85d014f718457695eb73469dccabf806d2c555b3)
Diffstat (limited to 'src/kde')
-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 76d4774..445685f 100644 --- a/src/kde/kchmviewwindow_khtmlpart.h +++ b/src/kde/kchmviewwindow_khtmlpart.h @@ -38,7 +38,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 - * version. Therefore we declare it, and compile the .tqmoc file, but do not provide + * version. Therefore we declare it, and compile the .moc file, but do not provide * the class methods. */ #if defined (USE_KDE) |