cheers,
Fathi
because they are in kdebase so they don't check it.
take a look to third application like kdiff3 or konq-plugins.
> I look for it anyway? (you don't look for other ${KDE_XXX} libraries).
imho, yes. It's the proper way.
>> - if some parts of the code is known deprecated for KDE4.3, it should
>> be fixed now using KDE_VERSION ;)
>
> I use stable KDE 4.2.2, I just saw that two method signatures are
> changed in KDE's trunk so I put comments on it. Should I either: 1)
> leave this patch as it is (solution for KDE 4.3 is in comments), 2)
> move to KDE4.3 beta and make appropiate changes, 3) get KDE from trunk
> and submit a working KDE4.3 patch against Krusader's SF repository, 4)
> get KDE from trunk and submit a working 4.3 patch against Krusader's
> KDE extragear repository?
you can postpone the fix and add a TODO tag as we're aware of the
deprecated functions.
I (or someone else) can fix it as soon as csaba ack the patch.
thanks for the patch.
most users still use 4.2 series provided by distributions.
the "deprecated" code is only for bleeding edge users.
imho, we should support both 4.2 and 4.3 users.
> Fathi, if KDE4 doesn't like the KDE3 support libs, you can drop
> them (just remove the deprecated KrDetailedView, KrBriefView and their
> references from KrViewFactory).
>
> Krusader should compile and work well without using the support libs.
KDE4 works with KDE3 support libs but current hack is a bit ugly
(QT3_SUPPORT defines).
if KrDetailedView and KrBriefView are deprecated,
I'll be more than happy to drop it including support libs linkage.
cheers,
Fathi
also, the 2nd submitted patch doesn't use KDE_VERSION
but add comments with required changes marked as TODO.
as you suggested, keeping code for KDE 4.2 only is fine.
I removed the old detailed + brief views. The new interviews have to
completely replace the old ones. If there's any issue with them, please
tell me.
Fathi,
Krusader doesn't use KDE3 support libs any more. I've checked with ldd,
and there was no such dependency.
:)
Csaba
great \o/
svn up :)
thanks.