* src/frontends/qt4/qt_helpers.h: fix comment on the use of qt_()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16147 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-12-03 00:28:14 +00:00
parent a6124324e4
commit b5331d6261

View File

@ -106,7 +106,7 @@ docstring const qstring_to_ucs4(QString const & qstr);
/**
* qt_ - i18nize string and convert to unicode
*
* Use this in qt4/ instead of qt_()
* Use this in qt4/ instead of _()
*/
QString const qt_(char const * str, const char * comment);
@ -114,7 +114,7 @@ QString const qt_(char const * str, const char * comment);
/**
* qt_ - i18nize string and convert to unicode
*
* Use this in qt4/ instead of qt_()
* Use this in qt4/ instead of _()
*/
QString const qt_(std::string const & str);