From c856c3c44f488b137dd3b76f81b2d4b9c5444b73 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Tue, 7 Dec 2010 23:40:10 +0000 Subject: Converted all latin1() instances. Ported Qt3 methods to Qt4. --- muse2/synti/fluid/fluidgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'muse2/synti/fluid/fluidgui.cpp') diff --git a/muse2/synti/fluid/fluidgui.cpp b/muse2/synti/fluid/fluidgui.cpp index 46a735cd..4782e741 100644 --- a/muse2/synti/fluid/fluidgui.cpp +++ b/muse2/synti/fluid/fluidgui.cpp @@ -55,7 +55,7 @@ void FLUIDGui::loadFont() QMessageBox::critical(this, tr("FLUID: open Soundfile"), s); return; } - const char* path = pathEntry->text().latin1(); + const char* path = pathEntry->text().toLatin1(); int len = strlen(path) + 1 + 3; unsigned char buffer[len]; int k = 0; -- cgit v1.2.3