]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormColorpicker.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormColorpicker.h
index 6c2b37643bb67032a9ae1ae7d48f88c18dfbf68f..4b3d7633efd36212644a1a9ff56ed9c0912d91dd 100644 (file)
@@ -15,7 +15,6 @@
 #include "Color.h"
 #include "forms_fwd.h"
 
-#include "LString.h"
 #include <boost/scoped_ptr.hpp>
 #include <X11/Xlib.h> // for Pixmap
 
@@ -70,7 +69,7 @@ private:
        int minh_;
 
        /// The title displayed by the Window Manager.
-       string title_;
+       std::string title_;
 
        RGBColor input_color_;
        RGBColor color_;