]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QRef.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QRef.h
index ff40a27664176f859d2c8db6d15957025fb25eb0..6c25870a9819b2520ba7b17c0f26876dacb2a079 100644 (file)
@@ -1,32 +1,36 @@
+// -*- C++ -*-
 /**
  * \file QRef.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
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef QREF_H
 #define QREF_H
 
-#include <config.h>
-#include <vector>
-#include "LString.h"
+#ifdef __GNUG__
+#pragma interface
+#endif
 
 #include "Qt2Base.h"
+#include <vector>
+#include "LString.h"
 
 class ControlRef;
 class QRefDialog;
 
 
-class QRef :
-       public Qt2CB<ControlRef, Qt2DB<QRefDialog> >
+class QRef
+       public Qt2CB<ControlRef, Qt2DB<QRefDialog> >
 {
+public:
        friend class QRefDialog;
 
-public:
        QRef();
-
 private:
        /// apply changes
        virtual void apply();