summaryrefslogtreecommitdiff
path: root/src/rekonq.kcfg
diff options
context:
space:
mode:
authorDario Freddi <drf@kde.org>2009-10-13 00:50:53 +0200
committerDario Freddi <drf@kde.org>2009-10-13 00:50:53 +0200
commitaa1193e1190ef8775ce13573f8ff57b8f876bdff (patch)
treeb8b166b3e540766e40a66427190ca7f9dd8e8c61 /src/rekonq.kcfg
parentRemove rekonq's custom proxy implementation to use KDE's proxy settings throu... (diff)
downloadrekonq-aa1193e1190ef8775ce13573f8ff57b8f876bdff.tar.xz
Small fixes (const issue, single char issue, file not ending with a new line), and adding the correct schema to kconfigxt files
Signed-off-by: Dario Freddi <drf@kde.org>
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r--src/rekonq.kcfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg
index 9e854f76..c55fce9c 100644
--- a/src/rekonq.kcfg
+++ b/src/rekonq.kcfg
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
-<kcfg>
+<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" >
<!-- Includes -->
<include>QtWebKit</include>