]> git.lyx.org Git - features.git/blobdiff - src/frontends/kde/FormRef.C
The KDE monster patch from John
[features.git] / src / frontends / kde / FormRef.C
index ea38d8ad4e0bc48dab199736fc6c41a5930d3965..d816e0ef705a8a06e9a5e2e9c711516befe355da 100644 (file)
@@ -21,7 +21,7 @@
 #include "buffer.h"
 #include "LyXView.h"
 #include "lyxfunc.h"
-#include "formrefdialog.h"
+#include "refdlg.h"
 #include "debug.h"
 
 using std::endl;
@@ -246,7 +246,7 @@ void FormRef::apply()
 void FormRef::show()
 {
        if (!dialog_)
-               dialog_ = new FormRefDialog(this, 0, _("LyX: Cross Reference"), false);
+               dialog_ = new RefDialog(this, 0, _("LyX: Cross Reference"), false);
 
        if (!dialog_->isVisible()) {
                h_ = d_->hideBufferDependent.connect(slot(this, &FormRef::hide));