]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QTabularCreateDialog.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QTabularCreateDialog.C
index 1b2b818bd4c3d42a38040a20b8da3f099df78cc5..579ef07fbb4095f33778e74099a9586268052d8d 100644 (file)
@@ -1,14 +1,21 @@
 /**
  * \file QTabularCreateDialog.C
- * 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 Edwin Leuven, leuven@fee.uva.nl
+ * \author John Levon
+ * \author Edwin Leuven
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
-#include <gettext.h>
+
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include "gettext.h"
 
 #include "support/lstrings.h"
 
@@ -19,6 +26,7 @@
 #include <qspinbox.h>
 #include "emptytable.h"
 
+
 QTabularCreateDialog::QTabularCreateDialog(QTabularCreate * form)
        : QTabularCreateDialogBase(0, 0, false, 0),
        form_(form)