]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QShowFile.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QShowFile.h
index c35676bf963750b859470a25188faa4c7a445714..fa6db8f891bc0fd448059f5b0fb802b245672dd6 100644 (file)
@@ -1,32 +1,37 @@
 // -*- C++ -*-
 /**
  * \file QShowFile.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 QSHOWFILE_H
 #define QSHOWFILE_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "Qt2Base.h"
 
 class ControlShowFile;
 class QShowFileDialog;
 
 
-class QShowFile :
-       public Qt2CB<ControlShowFile, Qt2DB<QShowFileDialog> >
+class QShowFile
+       public Qt2CB<ControlShowFile, Qt2DB<QShowFileDialog> >
 {
+public:
        friend class QShowFileDialog;
 
-public:
        QShowFile();
-
 private:
        /// Apply changes
-       virtual void apply() {};
+       virtual void apply() {}
        /// update
        virtual void update_contents();
        /// build the dialog