summaryrefslogtreecommitdiffstats
path: root/tdelirc/profiles/konqueror.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/konqueror.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/konqueror.profile.xml')
-rw-r--r--tdelirc/profiles/konqueror.profile.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdelirc/profiles/konqueror.profile.xml b/tdelirc/profiles/konqueror.profile.xml
index 0fdfdba..ab6ed8a 100644
--- a/tdelirc/profiles/konqueror.profile.xml
+++ b/tdelirc/profiles/konqueror.profile.xml
@@ -8,7 +8,7 @@
<action objid="KonquerorIface" prototype="void createNewWindow(QString)" repeat="0" autostart="0">
<name>Create New Window</name>
<comment>Creates a new window and loads an arbitrary URL.</comment>
- <argument type=TQSTRING_OBJECT_NAME_STRING><comment>The URL to load in the window initially.</comment></argument>
+ <argument type="TQString"><comment>The URL to load in the window initially.</comment></argument>
</action>
<action objid="MainApplication-Interface" prototype="void quit()" repeat="0" autostart="0">
<name>Quit</name>