diff options
Diffstat (limited to 'libkdepim/weaver.cpp')
-rw-r--r-- | libkdepim/weaver.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdepim/weaver.cpp b/libkdepim/weaver.cpp index 20e44df42..36bb8fe00 100644 --- a/libkdepim/weaver.cpp +++ b/libkdepim/weaver.cpp @@ -108,7 +108,7 @@ namespace ThreadWeaver { void Job::triggerSPR () { m_mutex->lock (); - m_wc = new QWaitCondition; + m_wc = new TQWaitCondition; m_mutex->unlock (); thread()->post (KPIM::ThreadWeaver::Event::JobSPR, this); @@ -123,7 +123,7 @@ namespace ThreadWeaver { void Job::triggerAPR () { m_mutex->lock (); - m_wc = new QWaitCondition; + m_wc = new TQWaitCondition; m_mutex->unlock (); thread()->post (KPIM::ThreadWeaver::Event::JobAPR, this); |