From fccf6d244a4d60c3138afa81266e22ac65adddbc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:20:21 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- kig/scripting/python_scripter.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kig/scripting/python_scripter.cc') diff --git a/kig/scripting/python_scripter.cc b/kig/scripting/python_scripter.cc index 7e833d5c..81f377ac 100644 --- a/kig/scripting/python_scripter.cc +++ b/kig/scripting/python_scripter.cc @@ -539,12 +539,12 @@ void PythonScripter::saveErrors() object printexcfunc = d->mainnamespace[ "traceback" ].attr( "format_exception" ); - list tracebacklist = extract( printexcfunc( exctype, excvalue, exctraceback ) )(); + list tracebactdelist = extract( printexcfunc( exctype, excvalue, exctraceback ) )(); str tracebackstr( "" ); while ( true ) { try { - str s = extract( tracebacklist.pop() ); + str s = extract( tracebactdelist.pop() ); tracebackstr += s; } catch( ... ) -- cgit v1.2.3