]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/qt_helpers.h
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / qt_helpers.h
index e668191dd146aed0885729cb15d324f4173a242b..5b36ae8b31824b99b2a307dffa37411116806630 100644 (file)
@@ -59,7 +59,7 @@ QString const toqstr(std::string const & str);
 /**
  * qt_ - i18nize string and convert to unicode
  *
- * Use this in qt2/ instead of qt_()
+ * Use this in qt4/ instead of qt_()
  */
 QString const qt_(char const * str);
 
@@ -67,7 +67,7 @@ QString const qt_(char const * str);
 /**
  * qt_ - i18nize string and convert to unicode
  *
- * Use this in qt2/ instead of qt_()
+ * Use this in qt4/ instead of qt_()
  */
 QString const qt_(std::string const & str);