summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/mainwindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:42 +0900
commitda6bd0768e4304e6c2853d012c7d0686a205addb (patch)
tree28183b703384e45f7330e6db3212dce058f70785 /kdevdesigner/designer/mainwindow.cpp
parentae5e2adcf39a6c7abbcd874e40e05bbbff428e2c (diff)
downloadtdevelop-da6bd0768e4304e6c2853d012c7d0686a205addb.tar.gz
tdevelop-da6bd0768e4304e6c2853d012c7d0686a205addb.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdevdesigner/designer/mainwindow.cpp')
-rw-r--r--kdevdesigner/designer/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/mainwindow.cpp b/kdevdesigner/designer/mainwindow.cpp
index 4caaab41..5d64f8bf 100644
--- a/kdevdesigner/designer/mainwindow.cpp
+++ b/kdevdesigner/designer/mainwindow.cpp
@@ -877,7 +877,7 @@ void MainWindow::helpRegister()
TQProcess process( command + " www.trolltech.com/products/download/eval/evaluation.html" );
if ( !process.start() )
TQMessageBox::information( this, "Register TQt", "Launching your web browser failed.\n"
- "To register TQt, point your browser to www.trolltech.com/products/download/eval/evaluation.html" );
+ "To TQt, point your browser to www.trolltech.com/products/download/eval/evaluation.html" );
#endif
}