summaryrefslogtreecommitdiffstats
path: root/kompare/tests/diff/rcsm.diff
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 11:34:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 11:34:47 +0900
commit8dac8f1a52cf3a2983af451aff69ca268cfbd6d7 (patch)
tree0e635c9ea1f00598fe892d77e026cbeb96eff8ef /kompare/tests/diff/rcsm.diff
parent3523578cf170d9e98e2c0c5b2f3b6f7de4318a03 (diff)
downloadtdesdk-8dac8f1a52cf3a2983af451aff69ca268cfbd6d7.tar.gz
tdesdk-8dac8f1a52cf3a2983af451aff69ca268cfbd6d7.zip
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kompare/tests/diff/rcsm.diff')
-rw-r--r--kompare/tests/diff/rcsm.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/kompare/tests/diff/rcsm.diff b/kompare/tests/diff/rcsm.diff
index 588fd7f1..e64fc43f 100644
--- a/kompare/tests/diff/rcsm.diff
+++ b/kompare/tests/diff/rcsm.diff
@@ -561,7 +561,7 @@ a245 1
void marshall( QDataStream &arg, QCStringList args, uint &i, QString type )
d247 71
a317 10
- if (type == TQSTRINGLIST_OBJECT_NAME_STRING)
+ if (type == "TQStringList")
type = "QValueList<QString>";
if (type == "QCStringList")
type = "QValueList<QCString>";
@@ -595,13 +595,13 @@ a346 57
arg << s.toDouble();
else if ( type == "bool" )
arg << mkBool( s );
- else if ( type == TQSTRING_OBJECT_NAME_STRING )
+ else if ( type == "TQString" )
arg << s;
else if ( type == "QCString" )
arg << QCString( args[ i ] );
else if ( type == "QColor" )
arg << mkColor( s );
- else if ( type == TQPOINT_OBJECT_NAME_STRING )
+ else if ( type == "TQPoint" )
arg << mkPoint( s );
else if ( type == "QSize" )
arg << mkSize( s );