diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-27 23:37:00 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-27 23:37:00 +0000 |
commit | b0e912c8b3d02a518fedda28c3180eb4794a7520 (patch) | |
tree | 07d344862562fab58cbe2df39d13d16f2e4d2bea /k9decmpeg/k9decodethread.h | |
parent | 4d695ec81fe4d4335ee82c7a9346ad9c9e144ecc (diff) | |
download | k9copy-b0e912c8b3d02a518fedda28c3180eb4794a7520.tar.gz k9copy-b0e912c8b3d02a518fedda28c3180eb4794a7520.zip |
TQt4 convert k9copy
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1233843 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'k9decmpeg/k9decodethread.h')
-rw-r--r-- | k9decmpeg/k9decodethread.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/k9decmpeg/k9decodethread.h b/k9decmpeg/k9decodethread.h index b98abb5..1ce1ceb 100644 --- a/k9decmpeg/k9decodethread.h +++ b/k9decmpeg/k9decodethread.h @@ -14,22 +14,22 @@ #include "k9common.h" #include "k9vamps.h" -#include <qthread.h> -#include <qobject.h> -#include <qwaitcondition.h> +#include <tqthread.h> +#include <tqobject.h> +#include <tqwaitcondition.h> #include "kdecmpeg2.h" /** @author Jean-Michel PETIT <[email protected]> */ -class k9DecodeThread : public QThread +class k9DecodeThread : public TQThread { private: kDecMPEG2 *m_decoder; k9fifo m_fifo; - QWaitCondition wDataRead; - QWaitCondition wDataReady; + TQWaitCondition wDataRead; + TQWaitCondition wDataReady; bool noData; public: |