Well if you only issued the command "rpm -ivh --nodeps --force libqt3-common-3.1.1-14tex.i586.rpm" then you've only install the libqt3-common you still need to install libqt3 with
rpm -ivh --nodeps --force libqt3-3.1.1-14tex.i586.rpm
once you've done that if it still doesn't work get the 3.1.2 version of the files.
You can get them here
http://ftp.ibiblio.org/pub/Linux/dis...rake/9.1/rpms/
get libqt3-common-3.1.2-9.1tex.i586.rpm and libqt3-3.1.2-9.1tex.i586.rpm
You must install both packages you can do this with one command or two.
rpm -ivh --nodeps --force libqt3-common-3.1.2-9.1tex.i586.rpm libqt3-3.1.2-9.1tex.i586.rpm
Notice the last two arguments are both files to be installed. You could also install them one at a time.