Bug 114281 - API change in calendar.h and calendarLocal.h
Summary: API change in calendar.h and calendarLocal.h
Status: CONFIRMED
Alias: None
Product: kresources
Classification: Miscellaneous
Component: framework (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-12 16:05 UTC by Frédéric GRASSET
Modified: 2006-11-02 19:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric GRASSET 2005-10-12 16:05:13 UTC
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.
Comment 1 Frédéric GRASSET 2005-10-12 16:12:21 UTC
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.
Comment 2 Reinhold Kainhofer 2006-11-02 19:05:59 UTC
Reassigning all KOrganizer bug reports and wishes to the newly created 
korganizer-devel mailing list.