diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-16 12:28:19 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-16 12:37:09 (GMT) |
commit | bc0ad71e4d197c594e86cb2a1c27b5008a40f3b4 (patch) | |
tree | 1e412b5f831a77043a75205d0dc6bc7cc09b1c90 /examples/graphicsview | |
parent | 858c70f768eeb2d65cefd4115f4e9089b588b2d0 (diff) | |
download | Qt-bc0ad71e4d197c594e86cb2a1c27b5008a40f3b4.zip Qt-bc0ad71e4d197c594e86cb2a1c27b5008a40f3b4.tar.gz Qt-bc0ad71e4d197c594e86cb2a1c27b5008a40f3b4.tar.bz2 |
Cleanup our usage of the term "Qt Software".
Reviewed-by: Trust Me
Diffstat (limited to 'examples/graphicsview')
-rw-r--r-- | examples/graphicsview/portedasteroids/view.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphicsview/portedasteroids/view.cpp b/examples/graphicsview/portedasteroids/view.cpp index 095700e..5ac62f4 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 |