diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:44:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:44:46 -0600 |
commit | cee429821aa6f1acc97fb482d325fb4eb37376ca (patch) | |
tree | 4f55e04b7f000c854fe2b8347dcdb62d97de3c73 /ktouch/src/ktouch.kcfg | |
parent | ab801f72ab45e8066a8ec6c533ef13c2da67e559 (diff) | |
download | tdeedu-cee429821aa6f1acc97fb482d325fb4eb37376ca.tar.gz tdeedu-cee429821aa6f1acc97fb482d325fb4eb37376ca.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'ktouch/src/ktouch.kcfg')
-rw-r--r-- | ktouch/src/ktouch.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouch.kcfg b/ktouch/src/ktouch.kcfg index 829bf6fb..ab7e636f 100644 --- a/ktouch/src/ktouch.kcfg +++ b/ktouch/src/ktouch.kcfg @@ -91,7 +91,7 @@ </entry> <entry type="Font" name="KeyboardFont" > <label >The font for the keys on the keyboard</label> - <default >KGlobalSettings::generalFont()</default> + <default >TDEGlobalSettings::generalFont()</default> </entry> <entry type="Path" name="CurrentKeyboardFile" > <label >The currently loaded keyboard file</label> |