summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/rbkconfig_compiler/tests/test4.kcfg
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:53 -0600
commit545706afdcf29b8f584e78275452cca715e284db (patch)
treefdbfaa34f2d633372ba4ab3e46d22cf10f38b40b /korundum/rubylib/rbkconfig_compiler/tests/test4.kcfg
parent9d4971a2ffb5be9c6fc1b6d6bc74020c37fb2169 (diff)
downloadtdebindings-545706afdcf29b8f584e78275452cca715e284db.tar.gz
tdebindings-545706afdcf29b8f584e78275452cca715e284db.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'korundum/rubylib/rbkconfig_compiler/tests/test4.kcfg')
-rw-r--r--korundum/rubylib/rbkconfig_compiler/tests/test4.kcfg42
1 files changed, 0 insertions, 42 deletions
diff --git a/korundum/rubylib/rbkconfig_compiler/tests/test4.kcfg b/korundum/rubylib/rbkconfig_compiler/tests/test4.kcfg
deleted file mode 100644
index c834aa9f..00000000
--- a/korundum/rubylib/rbkconfig_compiler/tests/test4.kcfg
+++ /dev/null
@@ -1,42 +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" >
- <kcfgfile name="test4rc"/>
-
- <group name="Foo">
- <entry name="Color$(Number)" type="Color" key="color #$(Number)">
- <parameter name="Number" type="Int" max="3"/>
- <label>Block colors.</label>
- <code>defaultColor = [ TQt::red, TQt::blue, TQt::green, TQt::black ]</code>
- <default code="true">defaultColor[$(Number)]</default>
- </entry>
- <entry name="MouseAction$(Button)" type="Enum" key="$(Button)_mouse_action">
- <parameter name="Button" type="Enum">
- <values>
- <value>right</value>
- <value>mid</value>
- <value>left</value>
- </values>
- </parameter>
- <label>Mouse actions.</label>
- <choices>
- <choice name="Encrypt"/>
- <choice name="Decrypt"/>
- <choice name="CrashNBurn"/>
- <choice name="PumpNDump"/>
- </choices>
- <default param="right">Decrypt</default>
- <default param="mid">Encrypt</default>
- <default param="left">PumpNDump</default>
- </entry>
- <entry name="FooBar" key="foo bar" type="String"/>
- <entry name="Age" type="Int">
- <default>35</default>
- <min>8</min>
- <max>88</max>
- </entry>
- </group>
-
-</kcfg>