]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/QPrefs.C
namespace grfx -> lyx::graphics
[features.git] / src / frontends / qt2 / QPrefs.C
index 77ce4bc0a26e978e6542c0f7dd429e01b5e6f420..aa4ffbf072dcc41796689f41b05f325dc328de8e 100644 (file)
@@ -63,6 +63,8 @@ using std::setfill;
 using std::setw;
 using std::endl;
 
+namespace grfx = lyx::graphics;
+
 typedef Qt2CB<ControlPrefs, Qt2DB<QPrefsDialog> > base_class;