diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:04:04 +0900 |
commit | 3259610145b31e45dd140fb95db2e4d1f9d90c92 (patch) | |
tree | 804f19bf98dc1cf41b0e7ddcb3180293acbef8d3 /tdelirc/profiles/konqueror.profile.xml | |
parent | cc39f08938ba6336c0d7f54047a3578dc5310cfc (diff) | |
download | tdeutils-3259610145b31e45dd140fb95db2e4d1f9d90c92.tar.gz tdeutils-3259610145b31e45dd140fb95db2e4d1f9d90c92.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8a2b3d6ccafeb41579d50dccaec38febb9af6369)
Diffstat (limited to 'tdelirc/profiles/konqueror.profile.xml')
-rw-r--r-- | tdelirc/profiles/konqueror.profile.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdelirc/profiles/konqueror.profile.xml b/tdelirc/profiles/konqueror.profile.xml index ab6ed8a..464ed52 100644 --- a/tdelirc/profiles/konqueror.profile.xml +++ b/tdelirc/profiles/konqueror.profile.xml @@ -5,7 +5,7 @@ <name>Konqueror</name> <author>Gav Wood</author> <instances uniqueapp="0" ifmulti="sendtotop"/> - <action objid="KonquerorIface" prototype="void createNewWindow(QString)" repeat="0" autostart="0"> + <action objid="KonquerorIface" prototype="void createNewWindow(TQString)" repeat="0" autostart="0"> <name>Create New Window</name> <comment>Creates a new window and loads an arbitrary URL.</comment> <argument type="TQString"><comment>The URL to load in the window initially.</comment></argument> |