]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormNote.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormNote.h
index 406105dc093a1749e5a558f51601628f8f1d6000..8c1e1376d03c9ef4d17548a6df52e7ce62d40ba1 100644 (file)
@@ -6,15 +6,16 @@
  *
  * \author Martin Vermeer
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMNOTE_H
 #define FORMNOTE_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
 
 class ControlNote;
 struct FD_note;
@@ -26,14 +27,15 @@ public:
        /// Constructor
        FormNote(Dialog &);
 private:
-       /// 
+       ///
        virtual void apply();
        /// Build the dialog
        virtual void build();
        /// Update dialog before showing it
        virtual void update();
-       ///
-       string const predefineds() const;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMNOTE_H