From 629a2952f805a94973e4d73e1ffddfb29fc3cf83 Mon Sep 17 00:00:00 2001
From: tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Date: Sun, 18 Sep 2011 23:43:22 +0000
Subject: 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
---
 lilo-config/common/lilo.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lilo-config/common/lilo.cc b/lilo-config/common/lilo.cc
index c61429a..4171170 100644
--- a/lilo-config/common/lilo.cc
+++ b/lilo-config/common/lilo.cc
@@ -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. ;) )
-- 
cgit v1.2.3

