]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QPrefs.C
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QPrefs.C
index 5499c3c1c388a11c9081d07d4e1fbac3bc7b601a..063ed36b076c33727080d23b805463f497be70e5 100644 (file)
 #include "QPrefs.h"
 #include "QPrefsDialog.h"
 
-#include "lcolorcache.h"
 #include "Qt2BC.h"
 #include "qt_helpers.h"
 
 #include "debug.h"
-#include "lastfiles.h"
 #include "LColor.h"
 #include "lyxfont.h"
 
@@ -39,7 +37,7 @@ namespace frontend {
 typedef QController<ControlPrefs, QView<QPrefsDialog> > base_class;
 
 QPrefs::QPrefs(Dialog & parent)
-       : base_class(parent, _("Preferences"))
+       : base_class(parent, lyx::to_utf8(_("Preferences")))
 {
 
 }