]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QThesaurus.h
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QThesaurus.h
index 9d72b3de674976a6355bd9a8feb7d540c695ea88..4e355c0ace2fcbe8e7d6c159992a573a4f944280 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file QThesaurus.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 QTHESAURUS_H
@@ -21,23 +23,23 @@ class QThesaurusDialog;
 
 ///
 class QThesaurus
-       : public Qt2CB<ControlThesaurus, Qt2DB<QThesaurusDialog> > 
+       : public Qt2CB<ControlThesaurus, Qt2DB<QThesaurusDialog> >
 {
 public:
        ///
        friend class QThesaurusDialog;
        ///
-       QThesaurus(ControlThesaurus &);
+       QThesaurus();
 private:
        /// Apply changes
-       virtual void apply() {};
+       virtual void apply() {}
        /// update
        virtual void update_contents();
        /// build the dialog
        virtual void build_dialog();
 
        /// replace the word
-       void replace(); 
+       void replace();
 };
 
 #endif // QTHESAURUS_H