]> git.lyx.org Git - features.git/blobdiff - src/frontends/kde/FormToc.h
The KDE monster patch from John
[features.git] / src / frontends / kde / FormToc.h
index 04ac8d301a00b51665ab8113831c29dc87c46101..78e6ab123ec2b14ab0745e7d57e53535cbb9b00f 100644 (file)
@@ -22,7 +22,7 @@
 #include "buffer.h"
 
 class Dialogs;
-class FormTocDialog;
+class TocDialog;
 
 class FormToc : public DialogBase, public noncopyable {
 public:
@@ -63,7 +63,7 @@ private:
        void setType(Buffer::TocType);
 
        /// Real GUI implementation.
-       FormTocDialog * dialog_;
+       TocDialog * dialog_;
 
        /// the LyXView we belong to
        LyXView * lv_;