]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormDialogView.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormDialogView.C
index c5d1c3037b746bc9f33bb76221157306c6afcb1f..5e742bdaa5e770460797518d3d09d52fe8fb35fd 100644 (file)
 
 #include "lyx_forms.h"
 
-using namespace lyx::support;
+using std::string;
 
+namespace lyx {
+
+using support::bformat;
+using support::LibFileSearch;
+
+namespace frontend {
 
 extern "C" {
 
@@ -53,7 +59,7 @@ FormDialogView::FormDialogView(Dialog & parent,
          warning_posted_(false), message_widget_(0),
          minw_(0), minh_(0), allow_resize_(allowResize),
          icon_pixmap_(0), icon_mask_(0),
-         tooltips_(new Tooltips())
+         tooltips_(new Tooltips)
 {}
 
 
@@ -410,3 +416,6 @@ static int C_PrehandlerCB(FL_OBJECT * ob, int event,
 }
 
 } // extern "C"
+
+} // namespace frontend
+} // namespace lyx