get rid of QT3_SUPPORT and some cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14753 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-08-17 08:57:15 +00:00
parent b0203c1d15
commit 8ae752ec32

View File

@ -200,7 +200,7 @@ string QLyXKeySym::getSymbolName() const
size_t QLyXKeySym::getUCSEncoded() const
{
unsigned short const * ptr = text_.ucs2();
unsigned short const * ptr = text_.utf16();
std::vector<unsigned short> tmp(ptr, ptr + text_.length());
//lyxerr << "Data is " << tmp << endl;