]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBranch.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiBranch.h
index 7fe05e6897b786ee73ce6bf71a370a2378ec0d10..b491d738bec9f7b2579509722001abb81b5cb499 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Angus Leeming
  * \author Martin Vermeer
- * \author Jürgen Spitzmüller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
 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();
 
 private:
-       ///
-       void closeEvent(QCloseEvent * e);
-       /// parent controller
-       Controller & controller() { return *this; }
        ///  Apply changes
        void applyView();
        /// Update dialog before showing it