summaryrefslogtreecommitdiffstats
path: root/kdecore/kconfig_compiler/tests/test8b.kcfg
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:56:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:56:40 -0600
commite16866e072f94410321d70daedbcb855ea878cac (patch)
treeee3f52eabde7da1a0e6ca845fb9c2813cf1558cf /kdecore/kconfig_compiler/tests/test8b.kcfg
parenta58c20c1a7593631a1b50213c805507ebc16adaf (diff)
downloadtdelibs-e16866e072f94410321d70daedbcb855ea878cac.tar.gz
tdelibs-e16866e072f94410321d70daedbcb855ea878cac.zip
Actually move the kde files that were renamed in the last commit
Diffstat (limited to 'kdecore/kconfig_compiler/tests/test8b.kcfg')
-rw-r--r--kdecore/kconfig_compiler/tests/test8b.kcfg21
1 files changed, 0 insertions, 21 deletions
diff --git a/kdecore/kconfig_compiler/tests/test8b.kcfg b/kdecore/kconfig_compiler/tests/test8b.kcfg
deleted file mode 100644
index 3e203a155..000000000
--- a/kdecore/kconfig_compiler/tests/test8b.kcfg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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" >
- <group name="Group8b1">
- <entry name="Something" type="UInt">
- <default>60</default>
- </entry>
- </group>
-
- <group name="Group8b2">
- <entry name="FooBoo" type="Bool">
- <default>false</default>
- </entry>
-
- <entry name="Port" type="UInt">
- <default>1000</default>
- </entry>
- </group>
-</kcfg>