diff --git a/kdeedu-4.4.2-qt47.patch b/kdeedu-4.4.2-qt47.patch new file mode 100644 index 0000000..1737c54 --- /dev/null +++ b/kdeedu-4.4.2-qt47.patch @@ -0,0 +1,12 @@ +diff -up kdeedu-4.4.2/rocs/src/Core/threadScriptExecution.cpp.qt47 kdeedu-4.4.2/rocs/src/Core/threadScriptExecution.cpp +--- kdeedu-4.4.2/rocs/src/Core/threadScriptExecution.cpp.qt47 2009-12-31 07:28:39.000000000 -0600 ++++ kdeedu-4.4.2/rocs/src/Core/threadScriptExecution.cpp 2010-04-01 15:24:44.376357578 -0500 +@@ -9,7 +9,7 @@ ThreadScriptExecution * self; + + ThreadScriptExecution::ThreadScriptExecution(KTextBrowser * debugView): + QThread(), +- _script(0), ++ _script(), + _graphDocument(0), + _txtDebug(debugView) + {