diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-10 01:00:24 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-10 01:00:24 +0200 | 
| commit | 4542ed51e263e761fec99f2b6b946bbaca563768 (patch) | |
| tree | e49c08ca7a7e49a7b27302e52fdad76b4f93c524 /src | |
| parent | Fixed "history panel" string bug (diff) | |
| download | rekonq-4542ed51e263e761fec99f2b6b946bbaca563768.tar.xz | |
New rekonq.kcfg version, according to krazy suggestions
Diffstat (limited to 'src')
| -rw-r--r-- | src/rekonq.kcfg | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 50fa6621..ec2b9a3b 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -1,14 +1,14 @@  <?xml version="1.0" encoding="UTF-8"?> -<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" -      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" > -  <kcfgfile name="rekonqrc"/> +<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd"> +<kcfg>  <!-- Includes -->  <include>QtWebKit</include>  <include>KUrl</include> +<kcfgfile name="rekonqrc"/> + +  <!-- General Settings -->    <group name="General">      <entry name="homePage" type="String"> | 
