]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QSpellcheckerDialog.h
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QSpellcheckerDialog.h
index 08ffeae40604ddd99a6ae3586aa89f1c3aaee059..f540bcdb10253d17051d0f15c93b2af78ff124af 100644 (file)
 
 class QSpellchecker;
 
-class QSpellcheckerDialog : public QSpellcheckerDialogBase
-{ Q_OBJECT
-
+class QSpellcheckerDialog : public QSpellcheckerDialogBase {
+       Q_OBJECT
 public:
        QSpellcheckerDialog(QSpellchecker * form);
-
 protected slots:
        virtual void stop();
        virtual void acceptClicked();
@@ -35,6 +33,7 @@ protected slots:
        virtual void ignoreClicked();
        virtual void suggestionChanged(const QString &);
        virtual void replaceChanged(const QString &);
+       virtual void reject();
 
 protected:
        virtual void closeEvent(QCloseEvent * e);