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"