diff options
Diffstat (limited to 'dcop/client/marshall.cpp')
-rw-r--r-- | dcop/client/marshall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/client/marshall.cpp b/dcop/client/marshall.cpp index 1312cb2f2..4099528f3 100644 --- a/dcop/client/marshall.cpp +++ b/dcop/client/marshall.cpp @@ -158,7 +158,7 @@ TQCString demarshal( TQDataStream &stream, const TQString &type ) return demarshal( stream, TQVALUELIST_OBJECT_NAME_STRING "<" TQCSTRING_OBJECT_NAME_STRING ">" ); } else if ( type == TQSTRINGLIST_OBJECT_NAME_STRING ) { - return demarshal( stream, TQVALUELIST_OBJECT_NAME_STRING "<" TQCSTRING_OBJECT_NAME_STRING ">" ); + return demarshal( stream, TQVALUELIST_OBJECT_NAME_STRING "<" TQSTRING_OBJECT_NAME_STRING ">" ); } else if ( type == TQCOLOR_OBJECT_NAME_STRING ) { TQColor c; |