diff options
Diffstat (limited to 'kompare/tests/cvsdiff/rcsm.diff')
-rw-r--r-- | kompare/tests/cvsdiff/rcsm.diff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kompare/tests/cvsdiff/rcsm.diff b/kompare/tests/cvsdiff/rcsm.diff index 3f4884d5..5ffc4d4f 100644 --- a/kompare/tests/cvsdiff/rcsm.diff +++ b/kompare/tests/cvsdiff/rcsm.diff @@ -573,7 +573,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>"; @@ -607,13 +607,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 ); |