]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QAbout.C
Get rid of the static_casts.
[lyx.git] / src / frontends / qt2 / QAbout.C
index a336c620ad933baf083b2533ed5d67dba4017539..0bf9ab2b8dd538cf311c6ab77162a66744c9c044 100644 (file)
@@ -33,7 +33,7 @@ typedef QController<ControlAboutlyx, QView<QAboutDialog> > base_class;
 
 
 QAbout::QAbout(Dialog & parent)
-       : base_class(parent, qt_("About LyX"))
+       : base_class(parent, _("About LyX"))
 {
 }