]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormColorpicker.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormColorpicker.h
index c1eb3b89d39c177f2a3a2e71e43234114342b342..4b3d7633efd36212644a1a9ff56ed9c0912d91dd 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMCOLORPICKER_H
@@ -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_;