]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiListings.h
merge ButtonController and its view (Qt2BC in this case)
[features.git] / src / frontends / qt4 / GuiListings.h
index 1aa6e0f54cbfd96df3e3188638028fde37714baa..092dcfa7b5295d2bc411a849a654e0de8daa24c0 100644 (file)
@@ -57,7 +57,7 @@ class GuiListings : public GuiView<GuiListingsDialog> {
 public:
        friend class GuiListingsDialog;
 
-       GuiListings(Dialog &);
+       GuiListings(GuiDialog &);
        /// parent controller
        ControlListings & controller()
        { return static_cast<ControlListings &>(this->getController()); }