X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fgnome%2FGError.h;h=3c8e0a8783f679b0023453c0c124a3dac2241e3e;hb=f24ed7d6ca1bd04c752f4246a4aaed06ec775d3e;hp=383707b88b6c9964ce8b9b282ac5df00f612b323;hpb=c3f9ef4313e5041b896616e70e57ef10a854a862;p=lyx.git diff --git a/src/frontends/gnome/GError.h b/src/frontends/gnome/GError.h index 383707b88b..3c8e0a8783 100644 --- a/src/frontends/gnome/GError.h +++ b/src/frontends/gnome/GError.h @@ -25,19 +25,19 @@ namespace Gtk { class Button; -class Text; +class TextView; } /** * This class implements the dialog to show error messages. */ -class GError : public FormCB { +class GErrorDialog : public FormCB { public: /// - GError(ControlError & c); + GErrorDialog(ControlError & c); /// - ~GError() {} + ~GErrorDialog() {} /// void apply() {} /// @@ -56,7 +56,7 @@ private: /// generated by accessors.py Gtk::Button * button_close() const; /// generated by accessors.py - Gtk::Text * textarea() const; + Gtk::TextView * textarea() const; }; #endif