]> git.lyx.org Git - lyx.git/commitdiff
app -> qApp, forgot this with the last patch
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 8 Jun 2006 06:53:11 +0000 (06:53 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 8 Jun 2006 06:53:11 +0000 (06:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14038 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/lyx_gui.C

index f0297488e7e2adba598edf62d24e52c3e8f5c6c4..181a6e157a6981c6831b95575aa7252d187c189e 100644 (file)
@@ -195,7 +195,7 @@ void exec(int & argc, char * argv[])
        aqua_trans.insert(QTranslatorMessage("QMenuBar", "Setup", 0,
                                             "do_not_merge_me"));
 
-       app.installTranslator(&aqua_trans);
+       qApp->installTranslator(&aqua_trans);
 #endif
 */
        using namespace lyx::graphics;