]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCharacter.h
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / GuiCharacter.h
index e9148e7aa0b2d5dbe8712da6ab96be5dd3fdbfdc..d26ca470f44d1f8c04946c23b88902c45283597a 100644 (file)
@@ -65,6 +65,7 @@ protected Q_SLOTS:
        void change_adaptor();
        void on_emphCB_clicked();
        void on_nounCB_clicked();
+       void on_nospellcheckCB_clicked();
 
 private:
        /// \name Dialog inherited methods
@@ -102,6 +103,8 @@ private:
        bool emph_;
        ///
        bool noun_;
+       ///
+       bool nospellcheck_;
 };
 
 } // namespace frontend