From 1740cd279522c060e738bbbffacab83355d2b794 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 15:44:27 -0600 Subject: [PATCH] Automated update from qt3 --- doc/html/qmag-example.html | 2 +- examples/qmag/qmag.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/qmag-example.html b/doc/html/qmag-example.html index 24cd8aa0..3f22d973 100644 --- a/doc/html/qmag-example.html +++ b/doc/html/qmag-example.html @@ -207,7 +207,7 @@ static const int timer[] = { setMouseTracking( TRUE ); // and do let me know what pixel I'm at, eh? - grabAround( TQPoint(grabx=qApp->desktop()->width()/2, graby=qApp->desktop()->height()/2) ); + grabAround( TQPoint(grabx=tqApp->desktop()->width()/2, graby=tqApp->desktop()->height()/2) ); } diff --git a/examples/qmag/qmag.cpp b/examples/qmag/qmag.cpp index 9753748e..fa371f65 100644 --- a/examples/qmag/qmag.cpp +++ b/examples/qmag/qmag.cpp @@ -162,7 +162,7 @@ MagWidget::MagWidget( TQWidget *parent, const char *name ) setMouseTracking( TRUE ); // and do let me know what pixel I'm at, eh? - grabAround( TQPoint(grabx=qApp->desktop()->width()/2, graby=qApp->desktop()->height()/2) ); + grabAround( TQPoint(grabx=tqApp->desktop()->width()/2, graby=tqApp->desktop()->height()/2) ); }