]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Qt2BC.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / Qt2BC.h
index 91709c7b853fe18b473e568ecf4896b464865941..08f8d7af2996cadba2509fd9ac717cc40984a1e5 100644 (file)
@@ -1,12 +1,14 @@
 // -*- C++ -*-
 /**
  * \file Qt2BC.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 Allan Rae, rae@lyx.org
- * \author Angus Leeming, a.leeming@ic.ac.uk
- * \author Baruch Even, baruch.even@writeme.com
+ * \author Allan Rae
+ * \author Angus Leeming
+ * \author Baruch Even
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef QT2BC_H
@@ -27,12 +29,10 @@ class QButton;
     the activation policy and which buttons correspond to which output of the
     state machine.
 */
-class Qt2BC : public GuiBC<QButton, QWidget>
-{
+class Qt2BC : public GuiBC<QButton, QWidget> {
 public:
        ///
        Qt2BC(string const &, string const &);
-
 private:
        /// Updates the button sensitivity (enabled/disabled)
        void setButtonEnabled(QButton *, bool enabled);