trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: August 2012

Re: [trinity-devel] [FOUND] Re: [trinity-devel] tdevelop FTBFS 3.5.13-sru, error: 'App' was not declared in this scope

From: "Timothy Pearson" <kb9vqf@...>
Date: Fri, 10 Aug 2012 21:46:22 -0500
> On 08/10/2012 11:01 AM, David C. Rankin wrote:
>> void ListEditor::addItem()
>> {
>>     TQListViewItem *i = new TQListViewItem( listview,
>> listview->lastItem() );
>>     i->setRenameEnabled( 0, TRUE );
>>     App->processEvents();
>>     i->startRename( 0 );
>> }
>>
>> What needs to be fixed to prevent this from happening? I've looked at
>> the
>> CMakeLists.txt files and ConfigureChecks.cmake I can't find it being
>> done there,
>> so what is doing it?
>
> Any thoughts? I would like to change [FOUND] to [SOLVED] :)
>
> --
> David C. Rankin, J.D.,P.E.

I remember fixing this in GIT a long time ago and have a fuzzy memory of
tqtinterface being the culprit, but I don't remember exactly what it was.

Tim