diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | 389971def351e67fcf01c3dbe6b83c4d721dd755 (patch) | |
tree | 6f0395248152a72530f7924bc2feeac94a65b9b6 /kttsd/compat | |
parent | a764a60ef4234d53afc806cb280fb8a7c07b1ff1 (diff) | |
download | tdeaccessibility-389971def351e67fcf01c3dbe6b83c4d721dd755.tar.gz tdeaccessibility-389971def351e67fcf01c3dbe6b83c4d721dd755.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kttsd/compat')
-rw-r--r-- | kttsd/compat/interfaces/kspeech/kspeech.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/compat/interfaces/kspeech/kspeech.h b/kttsd/compat/interfaces/kspeech/kspeech.h index 39ca74c..df7d251 100644 --- a/kttsd/compat/interfaces/kspeech/kspeech.h +++ b/kttsd/compat/interfaces/kspeech/kspeech.h @@ -755,7 +755,7 @@ class KSpeech : virtual public DCOPObject { @endverbatim * * which replaces all sentence delimiters with a tab, but - * preserving the first capture text (first tqparenthesis). In other + * preserving the first capture text (first parenthesis). In other * words, the sentence punctuation is preserved. * The tab is later used to separate the text into sentences. * |