summaryrefslogtreecommitdiffstats
path: root/dcopjava/tests/test_impl.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:20:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:20:48 -0600
commite63beeb5bdb82987b1e00bc35178667786fbad48 (patch)
treeab77b6ac830b7944d5d1eb9ce8f81feb8fdab948 /dcopjava/tests/test_impl.h
parent67557a2b56c0678c22ab1b00c4fd0224c5e9ed99 (diff)
downloadtdebindings-e63beeb5bdb82987b1e00bc35178667786fbad48.tar.gz
tdebindings-e63beeb5bdb82987b1e00bc35178667786fbad48.zip
Fix incorrect conversion
Diffstat (limited to 'dcopjava/tests/test_impl.h')
-rw-r--r--dcopjava/tests/test_impl.h6
1 files changed, 3 insertions, 3 deletions
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);