diff options
author | Chris <[email protected]> | 2019-07-13 14:35:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-07-13 14:36:42 +0900 |
commit | 84ae294824ecb428052fa203369e7a527629e34e (patch) | |
tree | 891eedcb21ce09ad28a9298e2f6c8222cfb89702 | |
parent | 46d5b162eebb0a614274ba160f51d602c3565fd8 (diff) | |
download | qt3-84ae294824ecb428052fa203369e7a527629e34e.tar.gz qt3-84ae294824ecb428052fa203369e7a527629e34e.zip |
Replace dead trolltech website with trinity ones.
Signed-off-by: Chris <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit d368cdf93e9c7d078a24a533ca7351ad6aba706e)
-rw-r--r-- | src/dialogs/qmessagebox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp index 37407b0..a1775cc 100644 --- a/src/dialogs/qmessagebox.cpp +++ b/src/dialogs/qmessagebox.cpp @@ -603,7 +603,7 @@ void QMessageBox::init( int button0, int button1, int button2 ) "Linux, and all major commercial Unix variants." "<br>Qt is also available for embedded devices.</p>" "<p>Qt is a Trolltech product. " - "See <tt>http://www.trolltech.com/qt/</tt> " + "See <tt>https://trinitydesktop.org/docs/qt3/</tt> " "for more information.</p>" ).arg( QT_VERSION_STR ); #endif |