diff options
Diffstat (limited to 'kopete/libkopete/avdevice/videodevicepool.h')
-rw-r--r-- | kopete/libkopete/avdevice/videodevicepool.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kopete/libkopete/avdevice/videodevicepool.h b/kopete/libkopete/avdevice/videodevicepool.h index 1fbdb3e1..75ed9ed4 100644 --- a/kopete/libkopete/avdevice/videodevicepool.h +++ b/kopete/libkopete/avdevice/videodevicepool.h @@ -18,16 +18,16 @@ #ifndef KOPETE_AVVIDEODEVICE_H #define KOPETE_AVVIDEODEVICE_H -#include <qvaluevector.h> +#include <tqvaluevector.h> #include <iostream> #include "videoinput.h" #include "videodevicemodelpool.h" -#include <qstring.h> -#include <qimage.h> -#include <qvaluevector.h> -#include <qmutex.h> +#include <tqstring.h> +#include <tqimage.h> +#include <tqvaluevector.h> +#include <tqmutex.h> #include <kcombobox.h> #include "videodevice.h" #include "kopete_export.h" @@ -45,7 +45,7 @@ This class allows kopete to check for the existence, open, configure, test, set @author Cláudio da Silveira Pinheiro */ -typedef QValueVector<Kopete::AV::VideoDevice> VideoDeviceVector; +typedef TQValueVector<Kopete::AV::VideoDevice> VideoDeviceVector; class VideoDevicePoolPrivate; @@ -68,7 +68,7 @@ public: int startCapturing(); int stopCapturing(); int readFrame(); - int getImage(QImage *qimage); + int getImage(TQImage *qimage); int selectInput(int newinput); int setInputParameters(); int scanDevices(); @@ -113,7 +113,7 @@ protected: unsigned int m_current_device; struct imagebuffer m_buffer; // only used when no devices were found - QMutex m_ready; + TQMutex m_ready; private: VideoDevicePool(); static VideoDevicePool* s_self; |