diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
commit | f4fae92b6768541e2952173c3d4b09040f95bf7e (patch) | |
tree | d8c5d93232235cd635f3310b4d95490df181ba2d /kpilot/conduits/docconduit/docconduit.kcfg | |
parent | 125c0a08265b75a133644d3b55f47e37c919f45d (diff) | |
download | tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.zip |
Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpilot/conduits/docconduit/docconduit.kcfg')
-rw-r--r-- | kpilot/conduits/docconduit/docconduit.kcfg | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/kpilot/conduits/docconduit/docconduit.kcfg b/kpilot/conduits/docconduit/docconduit.kcfg deleted file mode 100644 index 6301f4595..000000000 --- a/kpilot/conduits/docconduit/docconduit.kcfg +++ /dev/null @@ -1,54 +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="kpilot_docconduitrc"/> - <group name="General"> - <entry name="TXTDirectory" key="TXT Directory" type="Path"/> - <entry name="PDBDirectory" key="PDB Directory" type="Path"/> - <entry name="KeepPDBsLocally" key="Keep PDBs locally" type="Bool"> - <default>false</default> - </entry> - <entry name="LocalSync" key="Sync only locally" type="Bool"> - <default>false</default> - </entry> - <entry name="ConflictResolution" key="Conflict Resolution" type="UInt"> - <default>0</default> - </entry> - <entry name="ConvertBookmarks" key="Convert Bookmarks" type="Bool"> - <default>true</default> - </entry> - <entry name="BmkFileBookmarks" key="Bmk file bookmarks" type="Bool"> - <default>true</default> - </entry> - <entry name="InlineBookmarks" key="Inline bookmarks" type="Bool"> - <default>true</default> - </entry> - <entry name="EndtagBookmarks" key="Endtag bookmarks" type="Bool"> - <default>true</default> - </entry> - <entry name="Compress" type="Bool"> - <default>true</default> - </entry> - <entry name="SyncDirection" key="Sync Direction" type="UInt"> - <default>1</default> - </entry> - <entry name="IgnoreBmkChanges" key="Ignore only bookmark changes" type="Bool"> - <default>false</default> - </entry> - <entry name="AlwaysShowResolutionDialog" key="Always show resolution dialog" type="Bool"> - <default>false</default> - </entry> - <entry name="BookmarksToPC" key="Bookmarks to PC" type="UInt"> - <default>0</default> - </entry> - <entry name="ConvertedDOCfiles" key="Converted PalmDOCs" type="StringList"> - <default></default> - </entry> - <entry name="Encoding" type="String"> - <default>ISO8859-15</default> - </entry> - </group> - -</kcfg> |