diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:16:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:16:20 -0600 |
commit | dc6b76cac424bdf8b3cffb4ae82f3954d8acdba5 (patch) | |
tree | 4ebcd3dac0133d8d3fa880bbf83692c305b7350d /konqueror/konqueror.kcfg | |
parent | 1a9478c6e1b77b05814af8fa02cd563a5da8946b (diff) | |
download | tdebase-dc6b76cac424bdf8b3cffb4ae82f3954d8acdba5.tar.gz tdebase-dc6b76cac424bdf8b3cffb4ae82f3954d8acdba5.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'konqueror/konqueror.kcfg')
-rw-r--r-- | konqueror/konqueror.kcfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/konqueror/konqueror.kcfg b/konqueror/konqueror.kcfg index c4a82225f..0b0b9f640 100644 --- a/konqueror/konqueror.kcfg +++ b/konqueror/konqueror.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - <include>khtmldefaults.h</include> + <include>tdehtmldefaults.h</include> <kcfgfile name="konquerorrc" /> @@ -283,18 +283,18 @@ <whatsthis></whatsthis> <!-- Can't find writeEntry --> </entry> -<!-- KDELIBS/khtml_part.cpp --> +<!-- KDELIBS/tdehtml_part.cpp --> <entry key="AutomaticDetectionLanguage" type="Int"> <!--KHTML--> <label></label> <whatsthis></whatsthis> </entry> -<!-- KDELIBS/khtml_settings.cpp --> +<!-- KDELIBS/tdehtml_settings.cpp --> <entry key="EnforceDefaultCharset" type="Bool"> <!--KHTML--> <label></label> <whatsthis></whatsthis> <!-- Can't find writeEntry --> </entry> -<!-- kcmcss.cpp KDELIBS/khtml_settings.cpp --> +<!-- kcmcss.cpp KDELIBS/tdehtml_settings.cpp --> <entry key="UserStyleSheetEnabled" type="Bool"> <!--KHTML--> <label></label> <whatsthis></whatsthis> |