diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 02:06:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 02:06:43 -0600 |
commit | 10251f9a2a51f37c2a42833c1d05cd5a8fdf6bb5 (patch) | |
tree | 7ff76e953c38b426d2ff3a7841e2b75332e85b5a /tderesources/groupware/tderesources_tdeabc_groupware.kcfg | |
parent | 4535df08c5c3c40e38d2bddd7cda8c41be27fd0f (diff) | |
download | tdepim-10251f9a2a51f37c2a42833c1d05cd5a8fdf6bb5.tar.gz tdepim-10251f9a2a51f37c2a42833c1d05cd5a8fdf6bb5.zip |
Fix FTBFS
Diffstat (limited to 'tderesources/groupware/tderesources_tdeabc_groupware.kcfg')
-rw-r--r-- | tderesources/groupware/tderesources_tdeabc_groupware.kcfg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tderesources/groupware/tderesources_tdeabc_groupware.kcfg b/tderesources/groupware/tderesources_tdeabc_groupware.kcfg new file mode 100644 index 000000000..2c6c57dc9 --- /dev/null +++ b/tderesources/groupware/tderesources_tdeabc_groupware.kcfg @@ -0,0 +1,18 @@ +<?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="tderesources_tdeabc_groupwarerc" /> + <group name="General" > + <entry key="Url" type="String" > + <label>Server URL</label> + </entry> + <entry key="User" type="String" > + <label>User Name</label> + </entry> + <entry key="Password" type="String" > + <label>Password</label> + </entry> + </group> +</kcfg> |