]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QRefDialog.h
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / QRefDialog.h
index 860b2b55750e1010cd7164f03ee4902b92c32bd4..d01d78f87406f99c347b3568b9297cbf18d0b837 100644 (file)
@@ -18,6 +18,8 @@
 #include <QDialog>
 #include <QCloseEvent>
 
+class QListWidgetItem;
+
 namespace lyx {
 namespace frontend {
 
@@ -33,8 +35,8 @@ public:
 public slots:
        void changed_adaptor();
        void gotoClicked();
-       void refHighlighted(const QString &);
-       void refSelected(const QString &);
+       void refHighlighted(QListWidgetItem *);
+       void refSelected(QListWidgetItem *);
        void sortToggled(bool);
        void updateClicked();