]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QERTDialog.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QERTDialog.C
index 6ec86c10be732a39577bf662467c225d55c59f8c..5492da53fda1c74f1fab366a19170fc7fa1b7ddb 100644 (file)
@@ -1,17 +1,25 @@
 /**
  * \file QERTDialog.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 John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
-#include "QERTDialog.h"
-#include "Dialogs.h"
+#include <config.h>
+
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include "QERT.h"
+#include "QERTDialog.h"
 
 #include <qpushbutton.h>
 
+
 QERTDialog::QERTDialog(QERT * form)
        : QERTDialogBase(0, 0, false, 0),
        form_(form)
@@ -28,3 +36,9 @@ void QERTDialog::closeEvent(QCloseEvent * e)
        form_->slotWMHide();
        e->accept();
 }
+
+
+void QERTDialog::change_adaptor()
+{
+       form_->changed();
+}