diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /libkcal/calendarresources.h | |
parent | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff) | |
download | tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'libkcal/calendarresources.h')
-rw-r--r-- | libkcal/calendarresources.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/calendarresources.h b/libkcal/calendarresources.h index 3f6f17740..921fb227a 100644 --- a/libkcal/calendarresources.h +++ b/libkcal/calendarresources.h @@ -171,7 +171,7 @@ class LIBKCAL_EXPORT CalendarResources : /** Loads all Incidences from the Resources. The Resources must be added - first using either readConfig(KConfig *config), which adds the system + first using either readConfig(TDEConfig *config), which adds the system Resources, or manually using resourceAdded(ResourceCalendar *resource). */ void load(); @@ -251,12 +251,12 @@ class LIBKCAL_EXPORT CalendarResources : /** Read the Resources settings from a config file. - @param config The KConfig object which points to the config file. + @param config The TDEConfig object which points to the config file. If no object is given (null pointer) the standard config file is used. @note Call this method <em>before</em> load(). */ - void readConfig( KConfig *config = 0 ); + void readConfig( TDEConfig *config = 0 ); /** Set the destination policy such that Incidences are always added |