summaryrefslogtreecommitdiffstats
path: root/kdecore/kconfig_compiler/tests/test_dpointer.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/test_dpointer.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/test_dpointer.kcfg')
-rw-r--r--kdecore/kconfig_compiler/tests/test_dpointer.kcfg78
1 files changed, 0 insertions, 78 deletions
diff --git a/kdecore/kconfig_compiler/tests/test_dpointer.kcfg b/kdecore/kconfig_compiler/tests/test_dpointer.kcfg
deleted file mode 100644
index 3b19e270e..000000000
--- a/kdecore/kconfig_compiler/tests/test_dpointer.kcfg
+++ /dev/null
@@ -1,78 +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="korganizerrc"/>
-
- <group name="General">
- <entry type="Bool" key="Auto Save">
- <label>Enable automatic saving of calendar</label>
- <whatsthis>WhatsThis text for AutoSave option</whatsthis>
- <default>false</default>
- </entry>
- <entry type="Int" key="Auto Save Interval">
- <default>10</default>
- </entry>
- <entry type="Bool" key="Confirm Deletes" name="Confirm">
- <label>Confirm deletes</label>
- <default>true</default>
- </entry>
- <entry type="String" key="Archive File">
- </entry>
- <entry type="Enum" key="Destination" name="Destination">
- <label>New Events/Todos Should</label>
- <choices>
- <choice name="standardDestination">
- </choice>
- <choice name="askDestination">
- </choice>
- <choice name="argl1">
- <label>Argl1 Label</label>
- </choice>
- <choice name="argl2">
- <whatsthis>Argl2 Whatsthis</whatsthis>
- </choice>
- <choice name="argl3">
- <label>Argl3 Label</label>
- <whatsthis>Argl3 Whatsthis</whatsthis>
- </choice>
- </choices>
- <default>standardDestination</default>
- </entry>
- </group>
-
- <group name="Views">
- <entry type="Int" key="Hour Size">
- <default>10</default>
- </entry>
- <entry type="Bool" name="SelectionStartsEditor">
- <label>Time range selection in agenda view starts event editor</label>
- <default>false</default>
- </entry>
- </group>
-
- <group name="KOrganizer Plugins">
- <entry type="StringList" name="SelectedPlugins">
- <default>holidays,webexport</default>
- </entry>
- </group>
-
- <group name="Colors">
- <entry type="Color" key="Highlight Color">
- <label>Highlight color</label>
- <default>100, 100, 255</default>
- </entry>
- <entry type="Color" key="Agenda Background Color" name="AgendaBgColor">
- <label>Agenda view background color</label>
- <default>255, 255, 255</default>
- </entry>
- </group>
-
- <group name="Fonts">
- <entry type="Font" key="TimeBar Font">
- <label>Time bar</label>
- </entry>
- </group>
-
-</kcfg>