From e63beeb5bdb82987b1e00bc35178667786fbad48 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 16:20:48 -0600 Subject: Fix incorrect conversion --- dcopjava/tests/test_impl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dcopjava/tests/test_impl.h') diff --git a/dcopjava/tests/test_impl.h b/dcopjava/tests/test_impl.h index b96c1560..0c72536b 100644 --- a/dcopjava/tests/test_impl.h +++ b/dcopjava/tests/test_impl.h @@ -27,11 +27,11 @@ public: double doubleArg(double in); - TTQString stringArg(TTQString in); + TQString stringArg(TQString in); - TTQCString cstringArg(TTQCString in); + TQCString cstringArg(TQCString in); - TTQStringList stringListArg(TTQStringList in); + TQStringList stringListArg(TQStringList in); DCOPRef DCOPRefArg(DCOPRef in); -- cgit v1.2.1