summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KRecentFilesAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KRecentFilesAction.java')
-rw-r--r--kdejava/koala/org/kde/koala/KRecentFilesAction.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/kdejava/koala/org/kde/koala/KRecentFilesAction.java b/kdejava/koala/org/kde/koala/KRecentFilesAction.java
index 4cb5e314..e0b08766 100644
--- a/kdejava/koala/org/kde/koala/KRecentFilesAction.java
+++ b/kdejava/koala/org/kde/koala/KRecentFilesAction.java
@@ -218,23 +218,23 @@ public class KRecentFilesAction extends KListAction {
*/
public native void setMaxItems(int maxItems);
/**
- 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.
- @short Loads the recent files entries from a given KConfig object.
+ This method does not effect the active group of TDEConfig.
+ @short Loads the recent files entries from a given TDEConfig object.
*/
- public native void loadEntries(KConfig config, String groupname);
- public native void loadEntries(KConfig config);
+ public native void loadEntries(TDEConfig config, String groupname);
+ public native void loadEntries(TDEConfig config);
/**
- 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.
- @short Saves the current recent files entries to a given KConfig object.
+ This method does not effect the active group of TDEConfig.
+ @short Saves the current recent files entries to a given TDEConfig object.
*/
- public native void saveEntries(KConfig config, String groupname);
- public native void saveEntries(KConfig config);
+ public native void saveEntries(TDEConfig config, String groupname);
+ public native void saveEntries(TDEConfig config);
/**
Add URL to recent files list.
@param url The URL of the file