[PUSHED][PATCH] Fix TDE VCL interface

Timothy Pearson kb9vqf at pearsoncomputing.net
Mon Aug 20 09:09:08 PDT 2012


> On 08/20/2012 05:51 PM, Timothy Pearson wrote:
>> Can you please post the generated kdefilepicker.moc.cxx file?  I am
>> somewhat surprised that moc is failing to generate valid code in this
>> case.
>
> attached
>
> Stephan

OK, I think I see the problem.  Qt3's moc is too stupid to understand the
#if/#else/#endif construct around "void fileHighlightedCommand(const
TQString &);", so it tries to use the TDE specific code in a pure
KDE3.5/Qt3 environment and obviously fails.

I don't see a good way around this, so for now it might be a good idea to
comment out the /vcl/unx/kde/fpicker/kdefilepicker.hxx
b/vcl/unx/kde/fpicker/kdefilepicker.hxx "void fileHighlightedCommand(const
TQString &);" line in GIT (with a suitable FIXME comment) while I attempt
to work on a solution.

Tim



More information about the LibreOffice mailing list