]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTexinfo.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormTexinfo.C
index 21a35feeac5908053993f14bed5ab1ce45fe3c33..3f672ba1e7bb027e212b02617b2d4a3a2534bd48 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
 
 #include "lyx_forms.h"
 
-using namespace lyx::support;
+using std::string;
+
+namespace lyx {
+
+using support::OnlyFilename;
+
+namespace frontend {
 
 
 typedef FormController<ControlTexinfo, FormView<FD_texinfo> > base_class;
@@ -133,3 +139,6 @@ void FormTexinfo::updateStyles(ControlTexinfo::texFileSuffix whichStyle)
 
        activeStyle = whichStyle;
 }
+
+} // namespace frontend
+} // namespace lyx