summaryrefslogtreecommitdiffstats
path: root/kioslave/media/libmediacommon/mediamanagersettings.kcfg
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:02 -0600
commitde7e5867a65e0a46f1388e3e50bc7eeddd1aecbf (patch)
treedbb3152c372f8620f9290137d461f3d9f9eba1cb /kioslave/media/libmediacommon/mediamanagersettings.kcfg
parent936d3cec490c13f2c5f7dd14f5e364fddaa6da71 (diff)
downloadtdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.tar.gz
tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kioslave/media/libmediacommon/mediamanagersettings.kcfg')
-rw-r--r--kioslave/media/libmediacommon/mediamanagersettings.kcfg28
1 files changed, 0 insertions, 28 deletions
diff --git a/kioslave/media/libmediacommon/mediamanagersettings.kcfg b/kioslave/media/libmediacommon/mediamanagersettings.kcfg
deleted file mode 100644
index 2994680cd..000000000
--- a/kioslave/media/libmediacommon/mediamanagersettings.kcfg
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
-
-<kcfg>
- <kcfgfile name="mediamanagerrc"/>
- <group name="Global">
- <entry name="HalBackendEnabled" type="Bool">
- <label>Enable HAL backend</label>
- <whatsthis>When HAL (Hardware Abstraction Layer) support is enabled, TDE will use it to gather information on the storage media available in your system.</whatsthis>
- <default>true</default>
- </entry>
- <entry name="TdeHardwareBackendEnabled" type="Bool">
- <label>Enable TDE hardware library backend</label>
- <whatsthis>When TDE hardware library support is enabled, TDE will use it to gather information on the storage media available in your system.</whatsthis>
- <default>true</default>
- </entry>
- <entry name="CdPollingEnabled" type="Bool">
- <label>Enable CD polling</label>
- <whatsthis>Allows TDE to poll CD-Rom or DVD-Rom drives itself in order to detect medium insert.</whatsthis>
- <default>true</default>
- </entry>
- <entry name="AutostartEnabled" type="Bool">
- <label>Enable medium application autostart after mount</label>
- <whatsthis>Allows TDE to autostart application after a medium mount if it contains an Autostart or an Autoopen file.</whatsthis>
- <default>true</default>
- </entry>
- </group>
-</kcfg>