From 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 22:31:39 -0600 Subject: Automated conversion from qt3 --- examples/tablet/tabletstats.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/tablet') diff --git a/examples/tablet/tabletstats.cpp b/examples/tablet/tabletstats.cpp index 771b59e25..1f72181d7 100644 --- a/examples/tablet/tabletstats.cpp +++ b/examples/tablet/tabletstats.cpp @@ -89,11 +89,11 @@ void StatsCanvas::tabletEvent( TQTabletEvent *e ) e->accept(); switch( e->type() ) { case TQEvent::TabletPress: - qDebug( "Tablet Press" ); + tqDebug( "Tablet Press" ); mousePressed = TRUE; break; case TQEvent::TabletRelease: - qDebug( "Tablet Release" ); + tqDebug( "Tablet Release" ); mousePressed = FALSE; clearScreen(); break; @@ -115,7 +115,7 @@ void StatsCanvas::tabletEvent( TQTabletEvent *e ) void StatsCanvas::mouseMoveEvent( TQMouseEvent *e ) { - qDebug( "Mouse Move" ); + tqDebug( "Mouse Move" ); // do nothing TQWidget::mouseMoveEvent( e ); } @@ -123,13 +123,13 @@ void StatsCanvas::mouseMoveEvent( TQMouseEvent *e ) void StatsCanvas::mousePressEvent( TQMouseEvent *e ) { - qDebug( "Mouse Press" ); + tqDebug( "Mouse Press" ); TQWidget::mousePressEvent( e ); } void StatsCanvas::mouseReleaseEvent( TQMouseEvent *e ) { - qDebug( "Mouse Release" ); + tqDebug( "Mouse Release" ); TQWidget::mouseReleaseEvent( e ); } -- cgit v1.2.1