]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QCommandBuffer.C
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / QCommandBuffer.C
index 76610a8ff02d757a6716b71787da25501d31f216..aea7f31a5c81728be272a45a1c7ac86225c8c3a5 100644 (file)
@@ -33,7 +33,7 @@
 #include <QToolTip>
 #include <QPushButton>
 
-using lyx::support::LibFileSearch;
+using lyx::support::libFileSearch;
 
 using std::vector;
 using std::string;
@@ -77,8 +77,8 @@ protected:
 QCommandBuffer::QCommandBuffer(QtView * view, ControlCommandBuffer & control, QWidget * parent)
        : QWidget(parent), view_(view), controller_(control)
 {
-       QPixmap qpup(toqstr(LibFileSearch("images", "up", "xpm")));
-       QPixmap qpdown(toqstr(LibFileSearch("images", "down", "xpm")));
+       QPixmap qpup(toqstr(libFileSearch("images", "up", "xpm")));
+       QPixmap qpdown(toqstr(libFileSearch("images", "down", "xpm")));
 
        QVBoxLayout * top = new QVBoxLayout(this);
        QHBoxLayout * layout = new QHBoxLayout(0);