]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiVSpace.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiVSpace.h
index b138c176965fb9a2f44aef934c0803a5d902e2c1..93a6319fe92fc9317657877791ce399bb899d9e6 100644 (file)
@@ -4,9 +4,9 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  * \author Angus Leeming
- * \author Jürgen Spitzmüller
+ * \author Jürgen Spitzmüller
  * \author Edwin Leuven
  *
  * Full author contact details are available in file CREDITS.
 namespace lyx {
 namespace frontend {
 
-class GuiVSpace : public GuiDialog, public Ui::VSpaceUi, public Controller
+class GuiVSpace : public GuiDialog, public Ui::VSpaceUi
 {
        Q_OBJECT
 
 public:
-       GuiVSpace(LyXView & lv);
+       GuiVSpace(GuiView & lv);
 
 private Q_SLOTS:
        ///
        void change_adaptor();
        ///
-       void closeEvent(QCloseEvent *);
-       ///
        void enableCustom(int);
 
 private:
-       /// parent controller
-       Controller & controller() { return *this; }
        /// Apply from dialog
        void applyView();
        /// Update the dialog
@@ -52,8 +48,6 @@ private:
        void dispatchParams();
        ///
        bool isBufferDependent() const { return true; }
-       ///
-       bool inInset() const;
 
        ///
        VSpace params_;