diff options
Diffstat (limited to 'kdelirc/profiles/klauncher.profile.xml')
-rw-r--r-- | kdelirc/profiles/klauncher.profile.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdelirc/profiles/klauncher.profile.xml b/kdelirc/profiles/klauncher.profile.xml index 436a04d..87f9035 100644 --- a/kdelirc/profiles/klauncher.profile.xml +++ b/kdelirc/profiles/klauncher.profile.xml @@ -6,13 +6,13 @@ <action objid="default" prototype="void kdeinit_exec(QString, QStringList)" repeat="0" autostart="0"> <name>Execute</name> <comment>Runs a program or script</comment> - <argument type="QString"><comment>The executable name and path of the program or script to run</comment></argument> - <argument type="QStringList"><comment>Parameters for the program or script</comment></argument> + <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 kdeinit_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="QString"><comment>The executable name and path of the program or script to run</comment></argument> - <argument type="QStringList"><comment>Parameters for the program or script</comment></argument> + <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> |