summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-06-16 22:28:19 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-06-16 22:37:09 +1000
commitbc0ad71e4d197c594e86cb2a1c27b5008a40f3b4 (patch)
tree1e412b5f831a77043a75205d0dc6bc7cc09b1c90 /examples/graphicsview
parent858c70f768eeb2d65cefd4115f4e9089b588b2d0 (diff)
Cleanup our usage of the term "Qt Software".
Reviewed-by: Trust Me
Diffstat (limited to 'examples/graphicsview')
-rw-r--r--examples/graphicsview/portedasteroids/view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphicsview/portedasteroids/view.cpp b/examples/graphicsview/portedasteroids/view.cpp
index 095700e950..5ac62f4306 100644
--- a/examples/graphicsview/portedasteroids/view.cpp
+++ b/examples/graphicsview/portedasteroids/view.cpp
@@ -959,7 +959,7 @@ void KAsteroidsView::showEvent( QShowEvent *e )
QMessageBox::information( this, tr("QGraphicsView demo"),
tr("This game has been implemented using the QGraphicsView class.\n"
"The QGraphicsView class is not part of the Light Platform Edition. Please \n"
- "contact Qt Software if you want to upgrade to the Full Platform Edition.") );
+ "contact Nokia if you want to upgrade to the Full Platform Edition.") );
}
#endif