From 085b70d176cb89d645692d1a7f2e8d53ca4d8b41 Mon Sep 17 00:00:00 2001 From: Alexey Uzhva Date: Thu, 28 Aug 2008 07:16:21 +0000 Subject: fix git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2330 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/system/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/system/plugin.cpp') diff --git a/src/modules/system/plugin.cpp b/src/modules/system/plugin.cpp index 8208dfc52..0d1e39d5b 100644 --- a/src/modules/system/plugin.cpp +++ b/src/modules/system/plugin.cpp @@ -182,7 +182,7 @@ int KviPlugin::call(const QString& pszFunctionName, int argc, char * argv[], cha { int r; plugin_function function_call; - function_call = (plugin_function)m_pLibrary->resolve(pszFunctionName); + function_call = (plugin_function)m_pLibrary->resolve(pszFunctionName.toUtf8().data()); if (!function_call) { return -1; -- cgit v1.3.1-10-gc9f91