]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormDialogView.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormDialogView.C
index c5d1c3037b746bc9f33bb76221157306c6afcb1f..51dcee93fb788711fb9d29245ba5dd9ed1d0df03 100644 (file)
 
 #include "lyx_forms.h"
 
-using namespace lyx::support;
+using lyx::support::bformat;
+using lyx::support::LibFileSearch;
+
+using std::string;
 
 
 extern "C" {
@@ -53,7 +56,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)
 {}