diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:57 -0600 |
commit | 0ea54195f4400f13a5cc109feee4b3779fbd2f0f (patch) | |
tree | 14f5fe9a43c0a4bc41119c9d518713a3f91bd4c1 /kdelirc/profiles/tdelauncher.profile.xml | |
parent | 0ec14ccb8401eff2be20f861953a77431410955c (diff) | |
download | tdeutils-0ea54195f4400f13a5cc109feee4b3779fbd2f0f.tar.gz tdeutils-0ea54195f4400f13a5cc109feee4b3779fbd2f0f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kdelirc/profiles/tdelauncher.profile.xml')
-rw-r--r-- | kdelirc/profiles/tdelauncher.profile.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kdelirc/profiles/tdelauncher.profile.xml b/kdelirc/profiles/tdelauncher.profile.xml new file mode 100644 index 0000000..57eca31 --- /dev/null +++ b/kdelirc/profiles/tdelauncher.profile.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" ?> +<!DOCTYPE profile SYSTEM "profile.dtd"> +<profile id="tdelauncher"> + <name>TDE Program Launcher</name> + <author>Gav Wood</author> + <action objid="default" prototype="void tdeinit_exec(QString, QStringList)" repeat="0" autostart="0"> + <name>Execute</name> + <comment>Runs a program or script</comment> + <argument type=TQSTRING_OBJECT_NAME_STRING><comment>The executable name and path of the program or script to run</comment></argument> + <argument type=TQSTRINGLIST_OBJECT_NAME_STRING><comment>Parameters for the program or script</comment></argument> + </action> + <action objid="default" prototype="void tdeinit_exec_wait(QString, QStringList)" repeat="0" autostart="0"> + <name>Execute and Wait</name> + <comment>Runs a program or script and waits for it to finish</comment> + <argument type=TQSTRING_OBJECT_NAME_STRING><comment>The executable name and path of the program or script to run</comment></argument> + <argument type=TQSTRINGLIST_OBJECT_NAME_STRING><comment>Parameters for the program or script</comment></argument> + </action> +</profile> |