]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/PanelStack.cpp
Compil fix.
[lyx.git] / src / frontends / qt4 / PanelStack.cpp
index b4e24554d59361e55144f815041c0ac9c6f7a428..69158e1a8e98e9c2caffff3b0aa8fe30f4de9999 100644 (file)
@@ -22,7 +22,7 @@
 #include <QHBoxLayout>
 #include <QHeaderView>
 
-#include "support/assert.h"
+#include "support/lassert.h"
 
 #include <iostream>
 
@@ -61,7 +61,7 @@ void PanelStack::addCategory(QString const & name, QString const & parent)
 {
        QTreeWidgetItem * item = 0;
 
-       LYXERR(Debug::GUI, "addCategory n= " << fromqstr(name) << "   parent= ");
+       LYXERR(Debug::GUI, "addCategory n= " << name << "   parent= ");
 
        int depth = 1;