Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q*

This fixes the Kopete MSN protocol among other things


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 68cf127b29
commit 629a2952f8

@ -400,7 +400,7 @@ bool liloconf::probe()
addOther("Venix", *it);
break;
case 0x4d: // TQNX
addOther("TQNX", *it);
addOther("QNX", *it);
break;
case 0x52: // CP/M (does anyone dual-boot between CP/M and
// Linux? Would be interesting to see. ;) )

Loading…
Cancel
Save