]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiAbout.h
do what the FIXME suggested
[lyx.git] / src / frontends / qt4 / GuiAbout.h
index a68cd6810a625db38d48758164f9f67fadb134c2..9b88d765affbcfa618be31d8427c67419cc476c9 100644 (file)
 namespace lyx {
 namespace frontend {
 
-class GuiAbout : public GuiDialog, public Ui::AboutUi, public Controller
+class GuiAbout : public GuiDialog, public Ui::AboutUi
 {
        Q_OBJECT
 
 public:
        // Constructor
-       GuiAbout(LyXView & lv);
+       GuiAbout(GuiView & lv);
 
        // Controller stuff
        bool initialiseParams(std::string const &) { return true; }