]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiAbout.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiAbout.h
index 2567d7ca8acd94ec388079e0780b4ac3a4a05a93..9b88d765affbcfa618be31d8427c67419cc476c9 100644 (file)
 namespace lyx {
 namespace frontend {
 
-class GuiAboutDialog : public GuiDialog, public Ui::AboutUi
+class GuiAbout : public GuiDialog, public Ui::AboutUi
 {
        Q_OBJECT
 
 public:
        // Constructor
-       GuiAboutDialog(LyXView & lv);
+       GuiAbout(GuiView & lv);
+
+       // Controller stuff
+       bool initialiseParams(std::string const &) { return true; }
+       void clearParams() {}
+       void dispatchParams() {}
+       bool isBufferDependent() const { return false; }
 };
 
 } // namespace frontend