diff options
Diffstat (limited to 'akregator/src/speechclient.cpp')
-rw-r--r-- | akregator/src/speechclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/speechclient.cpp b/akregator/src/speechclient.cpp index b0fc92c92..8665213d9 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()) |