From 84ae294824ecb428052fa203369e7a527629e34e Mon Sep 17 00:00:00 2001
From: Chris
Date: Sat, 13 Jul 2019 14:35:22 +0900
Subject: [PATCH] Replace dead trolltech website with trinity ones.
Signed-off-by: Chris
Signed-off-by: Michele Calgaro
(cherry picked from commit d368cdf93e9c7d078a24a533ca7351ad6aba706e)
---
src/dialogs/qmessagebox.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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."
"
Qt is also available for embedded devices.
"
"Qt is a Trolltech product. "
- "See http://www.trolltech.com/qt/ "
+ "See https://trinitydesktop.org/docs/qt3/ "
"for more information.
"
).arg( QT_VERSION_STR );
#endif