* src/frontends/qt3/lyx_gui.C: compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14109 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-06-14 15:49:36 +00:00
parent aa460e9217
commit 9cbcb8a39e

View 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();