]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiSpellchecker.cpp
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / GuiSpellchecker.cpp
index 98eaace14abcb44076886240e2a76adb00d02f3b..aa62a9a448ccd7ead8149f010b58cf018c50b69e 100644 (file)
@@ -614,7 +614,7 @@ void GuiSpellchecker::updateView()
 Dialog * createGuiSpellchecker(GuiView & lv) 
 { 
        GuiSpellchecker * gui = new GuiSpellchecker(lv, Qt::RightDockWidgetArea);
-#ifdef Q_WS_MACX
+#ifdef Q_OS_MAC
        gui->setFloating(true);
 #endif
        return gui;