#!/bin/sh
if [ -r /usr/lib/libqt-mt.so.3 ]; then
	LD_PRELOAD=/usr/lib/libqt-mt.so.3 exec /usr/bin/licq.real "$@"
else
	exec /usr/bin/licq.real "$@"
fi
