diff options
Diffstat (limited to 'knotes/knoteconfig.kcfg')
-rw-r--r-- | knotes/knoteconfig.kcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knotes/knoteconfig.kcfg b/knotes/knoteconfig.kcfg index c6449eec6..09cd64dd2 100644 --- a/knotes/knoteconfig.kcfg +++ b/knotes/knoteconfig.kcfg @@ -25,11 +25,11 @@ <group name="Editor"> <entry name="Font" type="Font" key="font"> - <default code="true">KGlobalSettings::generalFont()</default> + <default code="true">TDEGlobalSettings::generalFont()</default> </entry> <entry name="TitleFont" type="Font" key="titlefont"> - <default code="true">KGlobalSettings::windowTitleFont()</default> + <default code="true">TDEGlobalSettings::windowTitleFont()</default> </entry> <entry name="AutoIndent" type="Bool" key="autoindent"> |