summaryrefslogtreecommitdiffstats
path: root/kompare/tests/diff/edm.diff
diff options
context:
space:
mode:
Diffstat (limited to 'kompare/tests/diff/edm.diff')
-rw-r--r--kompare/tests/diff/edm.diff12
1 files changed, 6 insertions, 6 deletions
diff --git a/kompare/tests/diff/edm.diff b/kompare/tests/diff/edm.diff
index 0df2abc1..e2ad0672 100644
--- a/kompare/tests/diff/edm.diff
+++ b/kompare/tests/diff/edm.diff
@@ -348,7 +348,7 @@ int main( int argc, char** argv )
// well be broken now. As I don't know how to trigger and test
// dcoprefs this code is *not* tested. It compiles and it looks
// ok to me, but that's all I can say - Martijn (2001/12/24)
- int delimPos = args[ 0 ].findRev( ',' );
+ int delimPos = args[ 0 ].tqfindRev( ',' );
if( delimPos == -1 )
{
cerr << "Error: '" << args[ 0 ]
@@ -372,7 +372,7 @@ int main( int argc, char** argv )
286,287c
QCStringList params;
DCOPClient *client = 0L;
- if ( !args.isEmpty() && args[ 0 ].find( "DCOPRef(" ) == 0 )
+ if ( !args.isEmpty() && args[ 0 ].tqfind( "DCOPRef(" ) == 0 )
.
282a
/**
@@ -494,7 +494,7 @@ void showHelp( int exitCode = 0 )
return;
.
156,157c
- uint a = (*it).contains(',');
+ uint a = (*it).tqcontains(',');
if ( ( a == 0 && args.isEmpty() ) || ( a > 0 && a + 1 == args.count() ) )
.
139c
@@ -627,13 +627,13 @@ diff -er dcop/client/marshall.cpp dcop2/client/marshall.cpp
arg << s.toDouble();
else if ( type == "bool" )
arg << mkBool( s );
- else if ( type == "QString" )
+ else if ( type == TQSTRING_OBJECT_NAME_STRING )
arg << s;
else if ( type == "QCString" )
arg << QCString( args[ i ] );
else if ( type == "QColor" )
arg << mkColor( s );
- else if ( type == "QPoint" )
+ else if ( type == TQPOINT_OBJECT_NAME_STRING )
arg << mkPoint( s );
else if ( type == "QSize" )
arg << mkSize( s );
@@ -664,7 +664,7 @@ diff -er dcop/client/marshall.cpp dcop2/client/marshall.cpp
delim = ")";
.
247,317c
- if (type == "QStringList")
+ if (type == TQSTRINGLIST_OBJECT_NAME_STRING)
type = "QValueList<QString>";
if (type == "QCStringList")
type = "QValueList<QCString>";