diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/settings/tdesvn_part.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/tdesvn_part.kcfg b/src/settings/tdesvn_part.kcfg index 4c8aa67..bf405b5 100644 --- a/src/settings/tdesvn_part.kcfg +++ b/src/settings/tdesvn_part.kcfg @@ -254,7 +254,7 @@ <entry key="locale_is_casesensitive" type="Bool" > <whatsthis>This value computes how casesensitive string ordering will made. Never overwrite the default computed value unless you know what you're doing.</whatsthis> - <default code="true" >QString("a").localeAwareCompare("B")>0</default> + <default code="true" >TQString("a").localeAwareCompare("B")>0</default> <label>Check if current locale is case sensitive or not</label> </entry> </group> |