From 5cbf181f1e87b5b9704a486ee96ddcd243037eea Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 21 Apr 2008 22:42:26 +0000 Subject: [PATCH] Compilation fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24427 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/qt_helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/qt_helpers.cpp b/src/frontends/qt4/qt_helpers.cpp index 8c576056c1..b1e2b140bb 100644 --- a/src/frontends/qt4/qt_helpers.cpp +++ b/src/frontends/qt4/qt_helpers.cpp @@ -231,7 +231,7 @@ void rescanTexStyles() { // Run rescan in user lyx directory PathChanger p(package().user_support()); - FileName const command = libFileSearch("scripts", "TeXFiles.py"); + FileName const command = support::libFileSearch("scripts", "TeXFiles.py"); Systemcall one; int const status = one.startscript(Systemcall::Wait, os::python() + ' ' + -- 2.39.5