diff options
Diffstat (limited to 'tdelirc/profiles/konqueror.profile.xml')
-rw-r--r-- | tdelirc/profiles/konqueror.profile.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tdelirc/profiles/konqueror.profile.xml b/tdelirc/profiles/konqueror.profile.xml new file mode 100644 index 0000000..0fdfdba --- /dev/null +++ b/tdelirc/profiles/konqueror.profile.xml @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<!DOCTYPE profile SYSTEM "profile.dtd"> + +<profile id="konqueror" servicename="konqueror"> + <name>Konqueror</name> + <author>Gav Wood</author> + <instances uniqueapp="0" ifmulti="sendtotop"/> + <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> + </action> + <action objid="MainApplication-Interface" prototype="void quit()" repeat="0" autostart="0"> + <name>Quit</name> + <comment>Closes the Konqueror window.</comment> + </action> +</profile> |