diff options
Diffstat (limited to 'kpilot/conduits/timeconduit/timeconduit.kcfg')
-rw-r--r-- | kpilot/conduits/timeconduit/timeconduit.kcfg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kpilot/conduits/timeconduit/timeconduit.kcfg b/kpilot/conduits/timeconduit/timeconduit.kcfg new file mode 100644 index 000000000..aafa23fc9 --- /dev/null +++ b/kpilot/conduits/timeconduit/timeconduit.kcfg @@ -0,0 +1,17 @@ +<?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="kpilot_timeconduitrc"/> + <group name="Time-conduit"> + <entry name="Direction" type="Enum"> + <choices> + <choice name="eSetHHfromPC"/> + <choice name="eSetPCfromHH"/> + </choices> + <default>eSetHHfromPC</default> + </entry> + </group> + +</kcfg> |