summaryrefslogtreecommitdiffstats
path: root/akregator/src/speechclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/speechclient.cpp')
-rw-r--r--akregator/src/speechclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/speechclient.cpp b/akregator/src/speechclient.cpp
index b0fc92c9..8665213d 100644
--- a/akregator/src/speechclient.cpp
+++ b/akregator/src/speechclient.cpp
@@ -135,7 +135,7 @@ void SpeechClient::slotAbortJobs()
ASYNC SpeechClient::textRemoved(const TQCString& /*appId*/, uint jobNum)
{
kdDebug() << "SpeechClient::textRemoved() called" << endl;
- if (d->pendingJobs.tqcontains(jobNum))
+ if (d->pendingJobs.contains(jobNum))
{
d->pendingJobs.remove(jobNum);
if (d->pendingJobs.isEmpty())