]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiListings.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiListings.h
index 400b867e38718cb927ea0c63d06d97ee39441d2b..b9717d35e7b8a671f301bf32e317bedb33b9716c 100644 (file)
@@ -23,7 +23,7 @@ class GuiListings : public GuiDialog, public Ui::ListingsUi
 {
        Q_OBJECT
 public:
-       GuiListings(LyXView & lv);
+       GuiListings(GuiView & lv);
        /// get values from all the widgets and form a string
        std::string construct_params();
        /// validate listings parameters and return an error message, if any
@@ -34,7 +34,7 @@ private Q_SLOTS:
        /// I have to validate listingsED (QTextEdit) manually.
        /// This function displays a hint or error message returned by
        /// validate_listings_params
-       void set_listings_msg();
+       void setListingsMsg();
        /// turn off inline when float is clicked
        void on_floatCB_stateChanged(int state);
        /// turn off float when inline is clicked
@@ -44,7 +44,6 @@ private Q_SLOTS:
        /// show dialect when language is chosen
        void on_languageCO_currentIndexChanged(int);
 private:
-       void closeEvent(QCloseEvent * e);
        /// return false if validate_listings_params returns error
        bool isValid();
        /// Apply changes