summaryrefslogtreecommitdiffstats
path: root/tdelirc/profiles/tdelauncher.profile.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 11:38:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 11:38:31 +0900
commit53c180e71c2d6bc90bb777b4bd304d5f235040e3 (patch)
tree27f7cb8d3819879af63967d05771af6326551c27 /tdelirc/profiles/tdelauncher.profile.xml
parentd11c6b6bde873dff19cbb832e52e1a21cc5ea4a3 (diff)
downloadtdeutils-53c180e71c2d6bc90bb777b4bd304d5f235040e3.tar.gz
tdeutils-53c180e71c2d6bc90bb777b4bd304d5f235040e3.zip
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdelirc/profiles/tdelauncher.profile.xml')
-rw-r--r--tdelirc/profiles/tdelauncher.profile.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdelirc/profiles/tdelauncher.profile.xml b/tdelirc/profiles/tdelauncher.profile.xml
index 57eca31..88475f2 100644
--- a/tdelirc/profiles/tdelauncher.profile.xml
+++ b/tdelirc/profiles/tdelauncher.profile.xml
@@ -6,13 +6,13 @@
<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>
+ <argument type="TQString"><comment>The executable name and path of the program or script to run</comment></argument>
+ <argument type="TQStringList"><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>
+ <argument type="TQString"><comment>The executable name and path of the program or script to run</comment></argument>
+ <argument type="TQStringList"><comment>Parameters for the program or script</comment></argument>
</action>
</profile>