trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2012

Re: [trinity-devel] Now kipi-plugins failing?? error: redeclaration of 'TQListViewItemIterator it'

From: Darrell Anderson <humanreadable@...>
Date: Thu, 5 Apr 2012 08:59:55 -0700 (PDT)
> >    And it looks like this little commit is
> the one that finally broke it :)
> > 
> > http://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=21b5bfab4d2467a0f644d653e12f169ea4afcaaf
> > 
> > - 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