]> git.lyx.org Git - features.git/blobdiff - src/frontends/kde/FormCitation.h
The KDE monster patch from John
[features.git] / src / frontends / kde / FormCitation.h
index 6d8bd5a34508cd6b922b4e25932971357bcdf81d..5e3a79987f961a5c9be513a80e0f61d218e343be 100644 (file)
@@ -24,7 +24,7 @@
  
 class Dialogs;
 class LyXView;
-class FormCitationDialog;
+class CitationDialog;
 
 class FormCitation : public DialogBase, public noncopyable {
 public: 
@@ -78,7 +78,7 @@ private:
        void selectChosen();
  
        /// Real GUI implementation.
-       FormCitationDialog * dialog_;
+       CitationDialog * dialog_;
 
        /// the LyXView we belong to
        LyXView * lv_;