]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QParagraphDialog.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QParagraphDialog.h
index e972b8d269fb69a581adcf50bcc41757f9bc7fad..2159f5a18401fbf12db81e5ab2a8acb9eff569a4 100644 (file)
@@ -1,34 +1,34 @@
 // -*- C++ -*-
 /**
  * \file QParagraphDialog.h
- * Copyright 2001 LyX Team
- * see the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author John Levon, moz@compsoc.man.ac.uk
- * \author Edwin Leuven, leuven@fee.uva.nl
+ * \author John Levon
+ * \author Edwin Leuven
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef QPARAGRAPHDIALOG_H
 #define QPARAGRAPHDIALOG_H
 
-#include <config.h>
+#ifdef __GNUG__
+#pragma interface
+#endif
 
-#include "QParagraph.h"
 #include "ui/QParagraphDialogBase.h"
 
-#include <qevent.h>
+class QParagraph;
 
-class QParagraphDialog : public QParagraphDialogBase
-{
+class QParagraphDialog : public QParagraphDialogBase {
        Q_OBJECT
 public:
        QParagraphDialog(QParagraph * form);
-
 protected:
        void closeEvent (QCloseEvent * e);
 private:
        QParagraph * form_;
-       
 protected slots:
        void change_adaptor();
        void enableAbove(int);