]> 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 200cd6e43380ccaf7411306105af7905ce0909bb..9cfae2c74b03bae8da71202048b9f1dcd9367336 100644 (file)
@@ -1,7 +1,8 @@
 // -*- C++ -*-
 /**
  * \file Tooltips.h
- * 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 
  *
@@ -42,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.
@@ -61,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_;