]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/BulletsModule.cpp
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / BulletsModule.cpp
index 20869f110d6c73f869d2d94dfd8d4d31f8667e60..876fa9d57c6612b9e5e01e0c0a9573060565b178 100644 (file)
@@ -16,6 +16,7 @@
 #include <QPixmap>
 #include <QPainter>
 
+using namespace std;
 
 namespace lyx {
 
@@ -51,7 +52,7 @@ BulletsModule::BulletsModule(QWidget * , char const * , Qt::WFlags)
 
 
 void BulletsModule::setupPanel(QListWidget * lw, QString const & panelname,
-       std::string const & fname)
+       string const & fname)
 {
        connect(lw, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)),
                this, SLOT(bulletSelected(QListWidgetItem *, QListWidgetItem*)));