X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiNote.h;h=a53f55e023d7d66d0157705529cdb3e256ec307c;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=31b26d93ad57103f6268e15e9b83962706cc2853;hpb=169d3fa39ecf7021773594561013e9a345802a42;p=lyx.git diff --git a/src/frontends/qt4/GuiNote.h b/src/frontends/qt4/GuiNote.h index 31b26d93ad..a53f55e023 100644 --- a/src/frontends/qt4/GuiNote.h +++ b/src/frontends/qt4/GuiNote.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Jürgen Spitzmüller + * \author Jürgen Spitzmüller * * Full author contact details are available in file CREDITS. */ @@ -19,17 +19,14 @@ namespace lyx { namespace frontend { -class GuiNote : public GuiDialog, public Ui::NoteUi, public Controller +class GuiNote : public GuiDialog, public Ui::NoteUi { Q_OBJECT public: - GuiNote(LyXView & lv); + GuiNote(GuiView & lv); private Q_SLOTS: void change_adaptor(); private: - void closeEvent(QCloseEvent * e); - /// parent controller - Controller & controller() { return *this; } /// Apply changes void applyView(); /// Update dialog before showing it