summaryrefslogtreecommitdiffstats
path: root/dcop/client/dcop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dcop/client/dcop.cpp')
-rw-r--r--dcop/client/dcop.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/dcop/client/dcop.cpp b/dcop/client/dcop.cpp
index 4086d75b3..0eafb5055 100644
--- a/dcop/client/dcop.cpp
+++ b/dcop/client/dcop.cpp
@@ -672,7 +672,7 @@ int runDCOP( QCStringList args, UserList users, Session session,
if( !success )
{
cerr_ << "ERROR: Couldn't attach to DCOP server!" << endl;
- retval = QMAX( retval, 1 );
+ retval = TQMAX( retval, 1 );
if( users.isEmpty() )
break;
else
@@ -725,7 +725,7 @@ int runDCOP( QCStringList args, UserList users, Session session,
if( !buf.isNull() )
{
int res = callFunction( app, objid, function, params );
- retval = QMAX( retval, res );
+ retval = TQMAX( retval, res );
}
}
}
@@ -734,7 +734,7 @@ int runDCOP( QCStringList args, UserList users, Session session,
// Just call function
// cout_ << "call " << app << ", " << objid << ", " << function << ", (params)" << endl;
int res = callFunction( app, objid, function, params );
- retval = QMAX( retval, res );
+ retval = TQMAX( retval, res );
}
break;
}