]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Tooltips.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / Tooltips.h
index 213e5f2c2f9fbd0d2396469e555d862c60cb0a49..9cfae2c74b03bae8da71202048b9f1dcd9367336 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file Tooltips.h
- * Copyright 2002 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 Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 /* Tooltips for xforms. xforms 0.89 supports them directly, but 0.88 needs
@@ -41,9 +43,6 @@ public:
        /// Are the tooltips on or off?
        static bool enabled() { return enabled_; }
 
-       /// This method is connected to the tooltipsToggled signal.
-       void set();
-
 #if FL_VERSION < 1 && FL_REVISION < 89
 
        /** Return the tooltip associated with this object.
@@ -60,6 +59,9 @@ public:
 
 private:
 
+       /// This method is connected to the Tooltips::toggled signal.
+       void set();
+
        /// Are the tooltips on or off?
        static bool enabled_;