summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/qmag/qmag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmag/qmag.cpp b/examples/qmag/qmag.cpp
index 9753748e7..fa371f657 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) );
}