Version: 3.5 beta1 (using KDE Devel) Installed from: Compiled sources Compiler: gcc 3.4.4 OS: Linux Constructors for class Calendar and CalendarLocal does not accept empty argument anymore in 3.5 beta 1 as in previous versions. So Taskjuggler does not compile anymore on KDE 3.5b1 but compile on 3.4.2.
The warnining on line 184 of calendar.h may indicate that a good solution is to change line 189 from : Calendar( const QString &timeZoneId ); to : Calendar( const QString &timeZoneId=QString::fromLatin1( "UTC" ) ); and the same for calendarlocal.h on line 42.
Reassigning all KOrganizer bug reports and wishes to the newly created korganizer-devel mailing list.
Dear reporter, the resources handling got redone for KF5 and KF6 based PIM applications. If you still encounter the issues you had in the past, please report them to the current maintained and updated PIM applications you use Thanks a lot!