diff options
author | Darrell Anderson <[email protected]> | 2012-10-21 17:43:04 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-10-21 17:43:04 -0500 |
commit | a88a51284b8db5285bd3d3b0d6b88011d66965f0 (patch) | |
tree | f5661d232f380bcb08f2b9625e306557249f111b /src/kde | |
parent | 85d014f718457695eb73469dccabf806d2c555b3 (diff) | |
download | kchmviewer-a88a51284b8db5285bd3d3b0d6b88011d66965f0.tar.gz kchmviewer-a88a51284b8db5285bd3d3b0d6b88011d66965f0.zip |
Fix inadvertent tq changes.
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 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. */ |