diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:34:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:34:45 -0600 |
commit | 6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71 (patch) | |
tree | 35c87e21025b800ecd5840f96a9638c964e930b8 /kdict | |
parent | b251e315b57c6665336289a940e9b1d4a179e463 (diff) | |
download | tdenetwork-6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71.tar.gz tdenetwork-6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71.zip |
Rename additional global TQt functions
Diffstat (limited to 'kdict')
-rw-r--r-- | kdict/dict.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdict/dict.cpp b/kdict/dict.cpp index a58af6f6..04c0643c 100644 --- a/kdict/dict.cpp +++ b/kdict/dict.cpp @@ -73,9 +73,9 @@ void* DictAsyncClient::startThread(void* pseudoThis) DictAsyncClient* newthis = (DictAsyncClient*) (pseudoThis); if (0!=pthread_setcanceltype(PTHREAD_CANCEL_ENABLE,NULL)) - qWarning("pthread_setcanceltype failed!"); + tqWarning("pthread_setcanceltype failed!"); if (0!= pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS,NULL)) - qWarning("pthread_setcanceltype failed!"); + tqWarning("pthread_setcanceltype failed!"); signal(SIGPIPE,SIG_IGN); // ignore sigpipe |