]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QPreambleDialog.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QPreambleDialog.h
index a44a6dbb2a8ab8135d34bf9c6d9ad2cf85408e79..8b5292c37dc1ea6395ecfffdf0739883da97c65a 100644 (file)
@@ -1,33 +1,34 @@
+// -*- C++ -*-
 /**
  * \file QPreambleDialog.h
- * Copyright 2001 the LyX Team
- * Read 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 John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef QPreambleDIAPreamble_H
 #define QPreambleDIAPreamble_H
 
-#include <config.h>
+#ifdef __GNUG__
+#pragma interface
+#endif
 
 #include "ui/QPreambleDialogBase.h"
 
 class QPreamble;
 
-class QPreambleDialog : public QPreambleDialogBase
-{ Q_OBJECT
-
+class QPreambleDialog : public QPreambleDialogBase {
+       Q_OBJECT
 public:
        QPreambleDialog(QPreamble * form);
-
 protected slots:
        virtual void editClicked();
        virtual void change_adaptor();
-
 protected:
        virtual void closeEvent(QCloseEvent * e);
-
 private:
        QPreamble * form_;
 };