]> git.lyx.org Git - lyx.git/commitdiff
* src/frontends/qt3/lyx_gui.C: compile fix
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 14 Jun 2006 15:49:36 +0000 (15:49 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 14 Jun 2006 15:49:36 +0000 (15:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14109 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt3/lyx_gui.C

index 339c09ca5d50dd445a0c6905930af29011fb9404..34c9f7a50e8d7b761f575ef902f23e33d2fad515 100644 (file)
@@ -237,7 +237,7 @@ void start(string const & batch, vector<string> const & files,
        view.setGeometry(posx, posy, width, height);
 
        if (maximize)
-               view.setWindowState(WindowMaximized);
+               view.setWindowState(Qt::WindowMaximized);
 
        view.show();