diff options
Diffstat (limited to 'src/recentfilesaction.h')
-rw-r--r-- | src/recentfilesaction.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/recentfilesaction.h b/src/recentfilesaction.h index d382a49..843403e 100644 --- a/src/recentfilesaction.h +++ b/src/recentfilesaction.h @@ -27,19 +27,19 @@ class RecentFilesAction : public KSelectAction ~RecentFilesAction(); /** - * Loads the recent files entries from a given KConfig object. + * Loads the recent files entries from a given TDEConfig object. * You can provide the name of the group used to load the entries. * If the groupname is empty, entries are load from a group called 'RecentFiles' * - * This method does not effect the active group of KConfig. + * This method does not effect the active group of TDEConfig. */ void loadEntries(); /** - * Saves the current recent files entries to a given KConfig object. + * Saves the current recent files entries to a given TDEConfig object. * You can provide the name of the group used to load the entries. * If the groupname is empty, entries are saved to a group called 'RecentFiles' * - * This method does not effect the active group of KConfig. + * This method does not effect the active group of TDEConfig. */ void saveEntries(); /** |