summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 15:44:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 15:44:27 -0600
commit1740cd279522c060e738bbbffacab83355d2b794 (patch)
tree892fe5e484eb310802b3528aaaafc689c34d1245
parent520c05ef06ce203ad32470730f68402bc7719157 (diff)
downloadtqt3-1740cd279522c060e738bbbffacab83355d2b794.tar.gz
tqt3-1740cd279522c060e738bbbffacab83355d2b794.zip
Automated update from qt3
-rw-r--r--doc/html/qmag-example.html2
-rw-r--r--examples/qmag/qmag.cpp2
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[] = {
<a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>( TRUE ); // and do let me know what pixel I'm at, eh?
-<a name="x1765"></a> grabAround( TQPoint(grabx=qApp-&gt;<a href="ntqapplication.html#desktop">desktop</a>()-&gt;width()/2, graby=qApp-&gt;<a href="ntqapplication.html#desktop">desktop</a>()-&gt;height()/2) );
+<a name="x1765"></a> grabAround( TQPoint(grabx=tqApp-&gt;<a href="ntqapplication.html#desktop">desktop</a>()-&gt;width()/2, graby=tqApp-&gt;<a href="ntqapplication.html#desktop">desktop</a>()-&gt;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) );
}