]> git.lyx.org Git - features.git/blobdiff - src/frontends/kde/FormCopyright.h
The KDE monster patch from John
[features.git] / src / frontends / kde / FormCopyright.h
index 0b3b7a6ce97eb6f1ff54a0e637665b28871e0c0a..5cce61f95331be756fa1fe3e689772e873ac3f26 100644 (file)
@@ -23,7 +23,7 @@
 
 class Dialogs;
 class LyXView;
-class FormCopyrightDialog;
+class CopyrightDialog;
 
 /**
   @author Jürgen Vigna
@@ -42,7 +42,7 @@ private:
        void update(bool) {}
 
        /// Real GUI implementation.
-       FormCopyrightDialog * dialog_;
+       CopyrightDialog * dialog_;
        /** Which LyXFunc do we use?
            We could modify Dialogs to have a visible LyXFunc* instead and
            save a couple of bytes per dialog.