trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2011

Re: [trinity-devel] kdepim FTBS

From: "Timothy Pearson" <kb9vqf@...>
Date: Wed, 2 Mar 2011 00:48:13 -0600
> Hi Tim,
>
> kdepim/kaddressbook/interfaces/extensionwidget.cpp:58:40: error: 'class
> KABC::AddressBook' has no member named 'tqfindByUid'
>

It should be changed to 'findByUid'.

Any 'tqfindBy<whatever>' calls that FTBFS in kdepim should be replaced
with 'findBy<whatever>'.

I'd do it myself but I have no time this week...so feel free to fix it and
commit it to SVN.

Tim