summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:47:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:47:51 +0900
commita638a00e8ca4f3ac95099b2e40ba8956e9a643d7 (patch)
tree9497b87f7cc6ed871582388041cc93afd832886e /src
parent23f635f7a7ae0661ef3d5c8f62312166d9d587f8 (diff)
downloadtdesvn-a638a00e8ca4f3ac95099b2e40ba8956e9a643d7.tar.gz
tdesvn-a638a00e8ca4f3ac95099b2e40ba8956e9a643d7.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r--src/settings/tdesvn_part.kcfg2
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(&quot;a&quot;).localeAwareCompare(&quot;B&quot;)>0</default>
+ <default code="true" >TQString(&quot;a&quot;).localeAwareCompare(&quot;B&quot;)>0</default>
<label>Check if current locale is case sensitive or not</label>
</entry>
</group>