diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:26:58 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:26:58 -0500 |
commit | 85d014f718457695eb73469dccabf806d2c555b3 (patch) | |
tree | 98d729b78ccc16ed1c0f303be4ea618033616b9e /src/kde | |
parent | d86f2ea54aad1b0b0486c1ef3615e756f2ae1cd1 (diff) | |
download | kchmviewer-85d014f718457695eb73469dccabf806d2c555b3.tar.gz kchmviewer-85d014f718457695eb73469dccabf806d2c555b3.zip |
Fix inadvertent tqt 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 145ae59..3bf3f5e 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) |