]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/checkedwidgets.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / checkedwidgets.h
index ee75881250c676e6205546270b618103e8bdb359..1088bbcaa999eefbdabb4c6c39009cc4edc6012d 100644 (file)
@@ -1,28 +1,27 @@
 // -*- C++ -*-
 /**
- * \file checkedwidgets.h
+ * \file xforms/checkedwidgets.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef CHECKEDWIDGETS_H
 #define CHECKEDWIDGETS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-#include "ButtonControllerBase.h"
+#include "BCView.h"
 #include "forms_fwd.h"
 
-void addCheckedLyXLength(ButtonControllerBase & bc,
+namespace lyx {
+namespace frontend {
+
+void addCheckedLyXLength(BCView & bcview,
                         FL_OBJECT * input, FL_OBJECT * label = 0);
 
-void addCheckedGlueLength(ButtonControllerBase & bc,
+void addCheckedGlueLength(BCView & bcview,
                          FL_OBJECT * input, FL_OBJECT * label = 0);
 
 class CheckedLyXLength : public CheckedWidget {
@@ -60,4 +59,7 @@ private:
        FL_OBJECT * label_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // CHECKEDWIDGETS_H