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-26 11:30:18 +0900
commit57baa84c60db8331ce568e93a2a579f35e62938a (patch)
tree9497b87f7cc6ed871582388041cc93afd832886e /src
parent67bfc2c29b095291814d6a3aaca02c04d5f569a4 (diff)
downloadtdesvn-57baa84c60db8331ce568e93a2a579f35e62938a.tar.gz
tdesvn-57baa84c60db8331ce568e93a2a579f35e62938a.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a638a00e8ca4f3ac95099b2e40ba8956e9a643d7)
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>