On 17 Jul 2012, David C. Rankin outgrape:
--- kima/src/kima.h +++ kima/src/kima.h 2012-07-17 00:44:44.835910307 -0500 @@ -35,6 +35,9 @@ #include <tqptrlist.h> #include <tqlabel.h>
+// Namespace +using namespace std;
That's not going to help: the list below on line 177 is already namespace-qualified with std::.