X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormColorpicker.h;h=8c335f39c81730e09274a8821e5e5abd00ca59be;hb=d5443737342903de489d527802cd2cdd38987d74;hp=ab5980988793fec2bb9c4a94ce7d4bc572c458da;hpb=2a31934f38d624bef25c0b177852233eee9768f0;p=lyx.git diff --git a/src/frontends/xforms/FormColorpicker.h b/src/frontends/xforms/FormColorpicker.h index ab59809887..8c335f39c8 100644 --- a/src/frontends/xforms/FormColorpicker.h +++ b/src/frontends/xforms/FormColorpicker.h @@ -35,7 +35,7 @@ public: a color is chosen (or the dialog is closed). \param color the color used to initialise the dialog. */ - RGBColor const & requestColor(RGBColor const & color); + lyx::RGBColor const & requestColor(lyx::RGBColor const & color); /** Input callback function. * Invoked only by the xforms callback interface @@ -71,8 +71,8 @@ private: /// The title displayed by the Window Manager. std::string title_; - RGBColor input_color_; - RGBColor color_; + lyx::RGBColor input_color_; + lyx::RGBColor color_; bool finished_; /// Passed to the window manager to give a pretty little symbol ;-)