And it
looks like this little commit is
the one that finally broke it :)
http://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=21b5bfab4d2467a0…
- qDebug("ImageMagick Command line args:");
+ tqDebug("ImageMagick Command line args:");
TQValueList<TQCString> args = process.args();
for (TQValueList<TQCString>::iterator it =
args.begin(); it != args.end();
++it)
- qDebug("%s", (const char*)(*it));
+ tqDebug("%s", (const char*)(*it));
Which got monkeyed with all through
out the commit :)
I went ahead and opened
http://bugs.pearsoncomputing.net/bugzilla/show_bug.cgi?id=957
to give us a page
to capture the kipi-plugins issues on.
I don't understand. The patch only change qDebug and qWarning, not any
"iterator" functions or lines.
Darrell