diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:12:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:12:31 -0600 |
commit | 2b37df4ca0c9bae516c4fa00579584d6e3fcfd27 (patch) | |
tree | 721ba8b0e0effd9676667acdb25b5c07d2a82061 /src/recentfilesaction.h | |
parent | b0a967eb693adc458fdf7d070379b8c1ec3e9415 (diff) | |
download | ktechlab-2b37df4ca0c9bae516c4fa00579584d6e3fcfd27.tar.gz ktechlab-2b37df4ca0c9bae516c4fa00579584d6e3fcfd27.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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(); /** |