]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBranch.h
* a configuration value for the mouse wheel scrolling speed:
[lyx.git] / src / frontends / qt4 / GuiBranch.h
index 7fe05e6897b786ee73ce6bf71a370a2378ec0d10..e33e151a73c7ec221ffbf4d7a6e3b80744e38e09 100644 (file)
 namespace lyx {
 namespace frontend {
 
-class GuiBranch : public GuiDialog, public Ui::BranchUi, public Controller
+class GuiBranch : public GuiDialog, public Ui::BranchUi
 {
        Q_OBJECT
 
 public:
-       GuiBranch(LyXView & lv);
+       GuiBranch(GuiView & lv);
 
 private Q_SLOTS:
        void change_adaptor();
@@ -35,8 +35,6 @@ private Q_SLOTS:
 private:
        ///
        void closeEvent(QCloseEvent * e);
-       /// parent controller
-       Controller & controller() { return *this; }
        ///  Apply changes
        void applyView();
        /// Update dialog before showing it