summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-26 12:50:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-02 20:19:13 +0900
commite7e91987710bf65a145ff3b032fd75709f9a9ba6 (patch)
tree753d626b2b6223e9f7ec5042dd0cd8889f461f69 /configure.in
parente1978ff467e22df5c5d5c0a51384246c55391190 (diff)
downloadkrusader-e7e91987.tar.gz
krusader-e7e91987.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4a0b53006c9400470122fb11ccdcf131e93fd4cc)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index c9d0509..0eadad8 100644
--- a/configure.in
+++ b/configure.in
@@ -250,15 +250,15 @@ fi
if test x$GXX = "xyes" -a x$kde_have_gcc_visibility = "xyes" -a x$kde_cv_val_qt_gcc_visibility_patched = "xno"; then
echo ""
- echo "Your GCC supports symbol visibility, but the patch for Qt supporting visibility"
+ echo "Your GCC supports symbol visibility, but the patch for TQt supporting visibility"
echo "was not included. Therefore, GCC symbol visibility support remains disabled."
echo ""
- echo "For better performance, consider including the Qt visibility supporting patch"
+ echo "For better performance, consider including the TQt visibility supporting patch"
echo "located at:"
echo ""
echo "http://bugs.kde.org/show_bug.cgi?id=109386"
echo ""
- echo "and recompile all of Qt and KDE. Note, this is entirely optional and"
+ echo "and recompile all of TQt and TDE. Note, this is entirely optional and"
echo "everything will continue to work just fine without it."
echo ""
fi