diff options
| author | 2007-02-28 16:27:12 +0000 | |
|---|---|---|
| committer | 2007-02-28 16:27:12 +0000 | |
| commit | 2f5fc762ecde1b4c97006aa4343ccf447297cbfc (patch) | |
| tree | 7288b13b904a6eea4d5ccaeab5dd9df33dca99f6 /src/modules/perlcore | |
| parent | small fix (diff) | |
| download | KVIrc-2f5fc762ecde1b4c97006aa4343ccf447297cbfc.tar.gz KVIrc-2f5fc762ecde1b4c97006aa4343ccf447297cbfc.tar.bz2 KVIrc-2f5fc762ecde1b4c97006aa4343ccf447297cbfc.zip | |
more qt4 port
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@387 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/perlcore')
| -rw-r--r-- | src/modules/perlcore/libkviperlcore.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/perlcore/libkviperlcore.cpp b/src/modules/perlcore/libkviperlcore.cpp index 308b4a8d8..38526094f 100644 --- a/src/modules/perlcore/libkviperlcore.cpp +++ b/src/modules/perlcore/libkviperlcore.cpp @@ -32,7 +32,7 @@ #include "kvi_kvs_script.h" #include "kvi_kvs_variant.h" #include "kvi_userinput.h" - +#include "kvi_qcstring.h" #include "kvi_dict.h" #ifdef DEBUG @@ -227,7 +227,7 @@ bool KviPerlInterpreter::execute( g_lWarningList.clear(); - QCString szUtf8 = szCode.utf8(); + KviQCString szUtf8 = szCode.utf8(); PERL_SET_CONTEXT(m_pInterpreter); // clear the _ array |
