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.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dcopjava/tests/test_impl.cpp') diff --git a/dcopjava/tests/test_impl.cpp b/dcopjava/tests/test_impl.cpp index fecfa009..2b031bcc 100644 --- a/dcopjava/tests/test_impl.cpp +++ b/dcopjava/tests/test_impl.cpp @@ -74,27 +74,27 @@ double test_impl::doubleArg(double in) } -TTQString test_impl::stringArg(TTQString in) +TQString test_impl::stringArg(TQString in) { - cout << "SERVER: TTQString in: " << in << endl; + cout << "SERVER: TQString in: " << in << endl; return "Hello Java"; } -TTQCString test_impl::cstringArg(TTQCString in) +TQCString test_impl::cstringArg(TQCString in) { - cout << "SERVER: TTQCString in: " << in << endl; + cout << "SERVER: TQCString in: " << in << endl; return "Hello Java"; } -TTQStringList test_impl::stringListArg(TTQStringList in) +TQStringList test_impl::stringListArg(TQStringList in) { - cout << "SERVER: TTQStringList in: "; + cout << "SERVER: TQStringList in: "; for (uint i=0; i