summaryrefslogtreecommitdiffstats
path: root/dcop/dcopidl2cpp/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'dcop/dcopidl2cpp/type.h')
-rw-r--r--dcop/dcopidl2cpp/type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/dcopidl2cpp/type.h b/dcop/dcopidl2cpp/type.h
index 005a97696..2a99c83a9 100644
--- a/dcop/dcopidl2cpp/type.h
+++ b/dcop/dcopidl2cpp/type.h
@@ -10,7 +10,7 @@ static TQString writeType( TQTextStream& str, const TQDomElement& r )
if ( r.hasAttribute( "qleft" ) )
str << r.attribute("qleft") << " ";
TQString t = r.firstChild().toText().data();
- t = t.tqreplace( ">>", "> >" );
+ t = t.replace( ">>", "> >" );
str << t;
if ( r.hasAttribute( "qright" ) )
str << r.attribute("qright") << " ";