]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabularCreate.cpp
'using namespace std' instead of 'using std::xxx'
[lyx.git] / src / frontends / qt4 / GuiTabularCreate.cpp
index 2a8b5f6436f48815f96b13a7ce5da504e7ab5fc4..ba167bd384ca4439c85c628e686358915af03d0c 100644 (file)
@@ -21,8 +21,7 @@
 #include <QSpinBox>
 #include <QPushButton>
 
-using std::string;
-
+using namespace std;
 
 namespace lyx {
 namespace frontend {