diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 15:55:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 15:55:57 -0600 |
commit | 9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch) | |
tree | c81c34dae2b3b1ea73801bf18a960265dc4207f7 /dcopjava/tests/test_impl.h | |
parent | 1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff) | |
download | tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip |
Initial TQt conversion
Diffstat (limited to 'dcopjava/tests/test_impl.h')
-rw-r--r-- | dcopjava/tests/test_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dcopjava/tests/test_impl.h b/dcopjava/tests/test_impl.h index 0c72536b..b96c1560 100644 --- a/dcopjava/tests/test_impl.h +++ b/dcopjava/tests/test_impl.h @@ -27,11 +27,11 @@ public: double doubleArg(double in); - TQString stringArg(TQString in); + TTQString stringArg(TTQString in); - TQCString cstringArg(TQCString in); + TTQCString cstringArg(TTQCString in); - TQStringList stringListArg(TQStringList in); + TTQStringList stringListArg(TTQStringList in); DCOPRef DCOPRefArg(DCOPRef in); |