From 1b79089e1b614992ec6c9ba91441a8851030f75b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:15:34 -0600 Subject: Rename additional global functions and variables for tqt3 --- kopete/libkopete/avdevice/qvideo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/libkopete/avdevice/qvideo.cpp') diff --git a/kopete/libkopete/avdevice/qvideo.cpp b/kopete/libkopete/avdevice/qvideo.cpp index d8d91602..cc1a0252 100644 --- a/kopete/libkopete/avdevice/qvideo.cpp +++ b/kopete/libkopete/avdevice/qvideo.cpp @@ -72,13 +72,13 @@ bool QVideo::findDisplayProperties(ImageFormat& fmt, int& depth, unsigned int& b int d = 0; vi_out.screen = TQPaintDevice::x11AppScreen(); - vi_in = XGetVisualInfo(qt_xdisplay(), mask, &vi_out, &nvis); + vi_in = XGetVisualInfo(tqt_xdisplay(), mask, &vi_out, &nvis); if (vi_in) { for (int i = 0; i < nvis; i++) { bpp = 0; int n; - XPixmapFormatValues *pf = XListPixmapFormats(qt_xdisplay(),&n); + XPixmapFormatValues *pf = XListPixmapFormats(tqt_xdisplay(),&n); d = vi_in[i].depth; for (int j = 0; j < n; j++) { if (pf[j].depth == d) { -- cgit v1.2.1