]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiExternal.cpp
compile fix
[features.git] / src / frontends / qt4 / GuiExternal.cpp
index 6a77567b2bc3157daa6ce8524848d13d4156886a..1e0ebfc89941c507538308ed5dddb4e31edc09f4 100644 (file)
@@ -298,7 +298,7 @@ void GuiExternal::getbbClicked()
        if (filename.empty())
                return;
 
-       FileName const abs_file(makeAbsPath(filename, fromqstr(bufferFilepath())));
+       FileName const abs_file(support::makeAbsPath(filename, fromqstr(bufferFilepath())));
 
        // try to get it from the file, if possible
        string bb = readBB_from_PSFile(abs_file);