diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:50:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:50:20 -0600 |
commit | aef5eada7f51ee48f3d21448db290bd8f06953a8 (patch) | |
tree | 9d6e7572ebcc27e402501d6966f9b46361a1702c /kedit/kedit.kcfg | |
parent | 95d05392f9bc01594738a1e06ebf23123b3d3e6e (diff) | |
download | tdeutils-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.kcfg | 6 |
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> |