]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiIndex.h
merge ButtonController and its view (Qt2BC in this case)
[features.git] / src / frontends / qt4 / GuiIndex.h
index 31929004a9fa2d5f9f2b3fe11d73ba23081e9214..b745d6295a389613da3e5a88081cd4e91b386868 100644 (file)
@@ -44,7 +44,7 @@ class GuiIndex : public GuiView<GuiIndexDialog>
 public:
        friend class GuiIndexDialog;
 
-       GuiIndex(Dialog &, docstring const & title, QString const & label);
+       GuiIndex(GuiDialog &, docstring const & title, QString const & label);
        /// parent controller
        ControlCommand & controller()
        { return static_cast<ControlCommand &>(this->getController()); }