]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QtView.C
clean up the function renaming cleanup
[lyx.git] / src / frontends / qt4 / QtView.C
index 7cb47096a7ebff67b0609f18c1b5fb29f172cd3a..03ad639a45a215fee7aa2596d396202756f1f46d 100644 (file)
@@ -57,7 +57,7 @@ FontLoader fontloader;
 namespace lyx {
 
 using support::subst;
-using support::LibFileSearch;
+using support::libFileSearch;
 
 namespace frontend {
 
@@ -93,7 +93,7 @@ QtView::QtView(unsigned int width, unsigned int height)
 #ifndef Q_WS_MACX
        //  assign an icon to main form. We do not do it under Qt/Mac,
        //  since the icon is provided in the application bundle.
-       string const iconname = LibFileSearch("images", "lyx", "xpm");
+       string const iconname = libFileSearch("images", "lyx", "xpm");
        if (!iconname.empty())
                setIcon(QPixmap(toqstr(iconname)));
 #endif