X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiBibitem.h;h=b0c34e79b7e9709bc47dbb499bfc4af876311f2f;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=7308a6ea07ceaef26069a764f4e6d5f2985ffc0c;hpb=5edb15537cea690e5f5521d4d639e1aedffbf103;p=lyx.git diff --git a/src/frontends/qt4/GuiBibitem.h b/src/frontends/qt4/GuiBibitem.h index 7308a6ea07..b0c34e79b7 100644 --- a/src/frontends/qt4/GuiBibitem.h +++ b/src/frontends/qt4/GuiBibitem.h @@ -16,29 +16,22 @@ #include "GuiDialog.h" #include "ui_BibitemUi.h" -#include "controllers/Dialog.h" - #include "insets/InsetCommandParams.h" namespace lyx { namespace frontend { -class GuiBibitem : public GuiDialog, public Ui::BibitemUi, public Controller +class GuiBibitem : public GuiDialog, public Ui::BibitemUi { Q_OBJECT public: - GuiBibitem(LyXView & lv); + /// Constructor + GuiBibitem(GuiView & lv); private Q_SLOTS: void change_adaptor(); -private: - /// - void closeEvent(QCloseEvent * e); - /// parent controller - Controller & controller() { return *this; } - private: /// bool isValid();