summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:19:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:19:14 +0900
commit921cdffb02f240209f02af1acfb190e63691189c (patch)
tree16b6663a7c6db4e26c143f4083da98018fe01d16
parent853529206398b0926d1520c746580da50c40f2b5 (diff)
downloadkgtk-qt3-921cdffb02f240209f02af1acfb190e63691189c.tar.gz
kgtk-qt3-921cdffb02f240209f02af1acfb190e63691189c.zip
qt -> tqt conversion:
qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rwxr-xr-xkgtk-wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgtk-wrapper b/kgtk-wrapper
index 5420e19..7195177 100755
--- a/kgtk-wrapper
+++ b/kgtk-wrapper
@@ -65,7 +65,7 @@ if [ "$toolkit" = "" ] && [ ! -z "$realApp" ] ; then
if [ "0" != "`echo $libs | grep libgtk-x11-2 | wc -l`" ] ; then
toolkit="gtk2"
- elif [ "0" != "`echo $libs | grep libqt-mt | wc -l`" ] ; then
+ elif [ "0" != "`echo $libs | grep libtqt-mt | wc -l`" ] ; then
toolkit="qt3"
elif [ "0" != "`echo $libs | grep libQtGui | wc -l`" ] ; then
toolkit="qt4"