diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:42:54 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:42:54 -0500 |
commit | 483515d3846e69eb0e1412a53fb3a9496836ebfd (patch) | |
tree | 19a154b8595772e99d58c90327d709d7c0bb0497 /sip | |
parent | 51494776447ffc982665b55f2e962f4ac2883e6a (diff) | |
download | pytqt-483515d3846e69eb0e1412a53fb3a9496836ebfd.tar.gz pytqt-483515d3846e69eb0e1412a53fb3a9496836ebfd.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'sip')
-rw-r--r-- | sip/qtext/qextscintillabase.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qtext/qextscintillabase.sip b/sip/qtext/qextscintillabase.sip index a309ee7..e85c2c5 100644 --- a/sip/qtext/qextscintillabase.sip +++ b/sip/qtext/qextscintillabase.sip @@ -646,7 +646,7 @@ public: enum { INDIC_MAX, INDIC_PLAIN, - INDIC_STQUIGGLE, + INDIC_SQUIGGLE, INDIC_TT, INDIC_DIAGONAL, INDIC_STRIKE, |