summaryrefslogtreecommitdiffstats
path: root/kedit/kedit.kcfg
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:50:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:50:20 -0600
commitaef5eada7f51ee48f3d21448db290bd8f06953a8 (patch)
tree9d6e7572ebcc27e402501d6966f9b46361a1702c /kedit/kedit.kcfg
parent95d05392f9bc01594738a1e06ebf23123b3d3e6e (diff)
downloadtdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.tar.gz
tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kedit/kedit.kcfg')
-rw-r--r--kedit/kedit.kcfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/kedit/kedit.kcfg b/kedit/kedit.kcfg
index a647737..ef1e433 100644
--- a/kedit/kedit.kcfg
+++ b/kedit/kedit.kcfg
@@ -8,7 +8,7 @@
<group name="Text Font">
<entry name="Font" type="Font" key="KEditFont">
<label>Font</label>
- <default code="true">KGlobalSettings::fixedFont()</default>
+ <default code="true">TDEGlobalSettings::fixedFont()</default>
</entry>
</group>
<group name="General Options">
@@ -18,11 +18,11 @@
</entry>
<entry name="TextColor" type="Color" key="ForeColor">
<label>Text color</label>
- <default code="true">KGlobalSettings::textColor()</default>
+ <default code="true">TDEGlobalSettings::textColor()</default>
</entry>
<entry name="BackgroundColor" type="Color" key="BackColor">
<label>Background color</label>
- <default code="true">KGlobalSettings::baseColor()</default>
+ <default code="true">TDEGlobalSettings::baseColor()</default>
</entry>
<entry name="WrapMode" type="Enum">
<label>Wrapping mode</label>