summaryrefslogtreecommitdiffstats
path: root/k9decmpeg/kdecmpeg2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9decmpeg/kdecmpeg2.cpp')
-rwxr-xr-xk9decmpeg/kdecmpeg2.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/k9decmpeg/kdecmpeg2.cpp b/k9decmpeg/kdecmpeg2.cpp
index 80c1774..15b487e 100755
--- a/k9decmpeg/kdecmpeg2.cpp
+++ b/k9decmpeg/kdecmpeg2.cpp
@@ -21,14 +21,14 @@
#include "kdecmpeg2.h"
#include "mpeg2.h"
#include "mpeg2convert.h"
-#include <qpixmap.h>
-#include <qpainter.h>
-#include <qlabel.h>
-#include <qapplication.h>
-#include <qcstring.h>
+#include <tqpixmap.h>
+#include <tqpainter.h>
+#include <tqlabel.h>
+#include <tqapplication.h>
+#include <tqcstring.h>
#include "k9decodethread.h"
-void k9DisplayThread::setImage( QImage _image) {
+void k9DisplayThread::setImage( TQImage _image) {
if (m_mutex.tryLock()) {
m_image=_image;
m_raw=FALSE;
@@ -50,7 +50,7 @@ void k9DisplayThread::setRawImage(uchar *_buffer,int _width,int _height,int size
}
void k9DisplayThread::run() {
- if (qApp==NULL)
+ if (tqApp==NULL)
return;
if (m_raw) {
m_dec->drawRaw( m_buffer,m_width,m_height,m_size);