]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QSpellcheckerDialog.h
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / QSpellcheckerDialog.h
index e81edc534786170c285256989d9f0ec1a299ce62..18ef0863a203738b9523ffb660006a9b62560cf4 100644 (file)
@@ -17,6 +17,8 @@
 #include <QDialog>
 #include <QCloseEvent>
 
+class QListWidgetItem;
+
 namespace lyx {
 namespace frontend {
 
@@ -27,7 +29,7 @@ class QSpellcheckerDialog: public QDialog, public Ui::QSpellcheckerUi {
 public:
        QSpellcheckerDialog(QSpellchecker * form);
 public slots:
-       virtual void suggestionChanged(const QString &);
+       virtual void suggestionChanged(QListWidgetItem *);
 
 protected slots:
        virtual void acceptClicked();