diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:25:11 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:25:11 -0500 |
commit | a02b9b382927f8f3cb93ccabed60676009ed2fa9 (patch) | |
tree | 552b885e08252ae017b649c56bc520e605bc2f8b /lib/kofficecore | |
parent | 3207e9dd713d9514400ceb27dac4dc821579b48f (diff) | |
download | koffice-a02b9b382927f8f3cb93ccabed60676009ed2fa9.tar.gz koffice-a02b9b382927f8f3cb93ccabed60676009ed2fa9.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'lib/kofficecore')
-rw-r--r-- | lib/kofficecore/kkbdaccessextensions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/kkbdaccessextensions.h b/lib/kofficecore/kkbdaccessextensions.h index e520b1ec..46b99b2f 100644 --- a/lib/kofficecore/kkbdaccessextensions.h +++ b/lib/kofficecore/kkbdaccessextensions.h @@ -109,7 +109,7 @@ class KMainWindow; */ class KOFFICECORE_EXPORT KKbdAccessExtensions : public TQObject { - // TODO: A .tqmoc isn't really needed right now, but see TODO in eventFilter method. + // TODO: A .moc isn't really needed right now, but see TODO in eventFilter method. // TQ_PROPERTY(int stepSize READ stepSize WRITE setStepSize) public: |