summaryrefslogtreecommitdiffstats
path: root/kommander/examples/current/b1.kmdr
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 13:59:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 10:27:28 +0900
commit74d7a64994b02e7d880f4e9960f653b2510d48d8 (patch)
tree24cc990fbaa09028b97544fc8c9da64f9bb549fb /kommander/examples/current/b1.kmdr
parent5df35638d9979618b39681efcda8bd05d7c96cf8 (diff)
downloadtdewebdev-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.kmdr2
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>