]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QParagraph.h
Get rid of the static_casts.
[lyx.git] / src / frontends / qt2 / QParagraph.h
index 305f56f03afd815d8bd7568cfdb54fe3a36f186e..45745dc8e96e289af878ef499f553f033af5c440 100644 (file)
@@ -14,7 +14,7 @@
 #define QPARAGRAPH_H
 
 
-#include "Qt2Base.h"
+#include "QDialogView.h"
 #include "LString.h"
 #include <vector>
 
@@ -23,12 +23,12 @@ class QParagraphDialog;
 
 
 class QParagraph
-       : public Qt2CB<ControlParagraph, Qt2DB<QParagraphDialog> >
+       : public QController<ControlParagraph, QView<QParagraphDialog> >
 {
 public:
        friend class QParagraphDialog;
 
-       QParagraph();
+       QParagraph(Dialog &);
 private:
        /// Apply changes
        virtual void apply();