diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:59:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-26 10:27:28 +0900 |
commit | 74d7a64994b02e7d880f4e9960f653b2510d48d8 (patch) | |
tree | 24cc990fbaa09028b97544fc8c9da64f9bb549fb /kommander/examples/current/b1.kmdr | |
parent | 5df35638d9979618b39681efcda8bd05d7c96cf8 (diff) | |
download | tdewebdev-74d7a64994b02e7d880f4e9960f653b2510d48d8.tar.gz tdewebdev-74d7a64994b02e7d880f4e9960f653b2510d48d8.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 0580616e20b68c764cdbbd9a01c9dd21f99766d4)
Diffstat (limited to 'kommander/examples/current/b1.kmdr')
-rw-r--r-- | kommander/examples/current/b1.kmdr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/examples/current/b1.kmdr b/kommander/examples/current/b1.kmdr index 09725243..4dd7ee30 100644 --- a/kommander/examples/current/b1.kmdr +++ b/kommander/examples/current/b1.kmdr @@ -121,7 +121,7 @@ endif <property name="associations" stdset="0"> <stringlist> <string>//message_info("parentPid = "+parentPid+"\npid = "+pid) -dcop("kmdr-executor-"+parentPid, "KommanderIf", "setText(QString,QString)", "StatusBar8", "Hello") +dcop("kmdr-executor-"+parentPid, "KommanderIf", "setText(TQString,TQString)", "StatusBar8", "Hello") </string> </stringlist> </property> |