summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:25:11 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:25:11 -0500
commita02b9b382927f8f3cb93ccabed60676009ed2fa9 (patch)
tree552b885e08252ae017b649c56bc520e605bc2f8b /lib/kofficecore
parent3207e9dd713d9514400ceb27dac4dc821579b48f (diff)
downloadkoffice-a02b9b382927f8f3cb93ccabed60676009ed2fa9.tar.gz
koffice-a02b9b382927f8f3cb93ccabed60676009ed2fa9.zip
Fix inadvertent tqt changes.
Diffstat (limited to 'lib/kofficecore')
-rw-r--r--lib/kofficecore/kkbdaccessextensions.h2
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: