From 4a4c608d348c6047dede5149baaab63b14ec9cd8 Mon Sep 17 00:00:00 2001 From: tpearson 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/applications/kvkbd@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/MainWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MainWidget.cpp b/src/MainWidget.cpp index d773c0c..0005cc2 100644 --- a/src/MainWidget.cpp +++ b/src/MainWidget.cpp @@ -61,7 +61,7 @@ MainWidget::MainWidget ( KAboutData *about, bool tren, TQWidget *parent, const c unsigned int kc1[R1LEN] = {49,10,11,12,13,14,15,16,17,18,19,20,21}; //TQString k2= "qwertyuiop"; - //TQString k2s = "TQWERTYUIOP"; + //TQString k2s = "QWERTYUIOP"; unsigned int kc2[R2LEN] = {24,25,26,27,28,29,30,31,32,33}; //TQString k3= "asdfghjkl"; //;'"; -- cgit v1.2.1