summaryrefslogtreecommitdiffstats
path: root/kommander/examples/current
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-25 13:59:20 +0900
commit0580616e20b68c764cdbbd9a01c9dd21f99766d4 (patch)
tree1ab8d38ab08f75b51f27d2d826c3338c272236bd /kommander/examples/current
parent9c510e0b59a1c8a5de3073849a205d92d5d18911 (diff)
downloadtdewebdev-0580616e20b68c764cdbbd9a01c9dd21f99766d4.tar.gz
tdewebdev-0580616e20b68c764cdbbd9a01c9dd21f99766d4.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kommander/examples/current')
-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>