From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- khtml/misc/loader.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'khtml/misc/loader.cpp') diff --git a/khtml/misc/loader.cpp b/khtml/misc/loader.cpp index c04f13e37..7b085aab9 100644 --- a/khtml/misc/loader.cpp +++ b/khtml/misc/loader.cpp @@ -685,7 +685,7 @@ void CachedImage::do_notify(const TQPixmap& p, const TQRect& r) void CachedImage::movieUpdated( const TQRect& r ) { #ifdef LOADER_DEBUG - qDebug("movie updated %d/%d/%d/%d, pixmap size %d/%d", r.x(), r.y(), r.right(), r.bottom(), + tqDebug("movie updated %d/%d/%d/%d, pixmap size %d/%d", r.x(), r.y(), r.right(), r.bottom(), m->framePixmap().size().width(), m->framePixmap().size().height()); #endif @@ -695,7 +695,7 @@ void CachedImage::movieUpdated( const TQRect& r ) void CachedImage::movieStatus(int status) { #ifdef LOADER_DEBUG - qDebug("movieStatus(%d)", status); + tqDebug("movieStatus(%d)", status); #endif // ### the html image objects are supposed to send the load event after every frame (according to @@ -766,7 +766,7 @@ void CachedImage::movieStatus(int status) { #ifdef LOADER_DEBUG TQRect r(valid_rect()); - qDebug("movie Status frame update %d/%d/%d/%d, pixmap size %d/%d", r.x(), r.y(), r.right(), r.bottom(), + tqDebug("movie Status frame update %d/%d/%d/%d, pixmap size %d/%d", r.x(), r.y(), r.right(), r.bottom(), pixmap().size().width(), pixmap().size().height()); #endif do_notify(pixmap(), valid_rect()); -- cgit v1.2.3