summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KFileDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KFileDialog.java')
-rw-r--r--kdejava/koala/org/kde/koala/KFileDialog.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/kdejava/koala/org/kde/koala/KFileDialog.java b/kdejava/koala/org/kde/koala/KFileDialog.java
index e0c31747..d2ae5f6f 100644
--- a/kdejava/koala/org/kde/koala/KFileDialog.java
+++ b/kdejava/koala/org/kde/koala/KFileDialog.java
@@ -793,24 +793,24 @@ public class KFileDialog extends KDialogBase {
Reads configuration and applies it (size, recent directories, ...)
@short Reads configuration and applies it (size, recent directories, .
*/
- protected native void readConfig(KConfig arg1, String group);
- protected native void readConfig(KConfig arg1);
+ protected native void readConfig(TDEConfig arg1, String group);
+ protected native void readConfig(TDEConfig arg1);
/**
Saves the current configuration
@short Saves the current configuration
*/
- protected native void writeConfig(KConfig arg1, String group);
- protected native void writeConfig(KConfig arg1);
+ protected native void writeConfig(TDEConfig arg1, String group);
+ protected native void writeConfig(TDEConfig arg1);
/**
Reads the recent used files and inserts them into the location combobox
@short Reads the recent used files and inserts them into the location combobox
*/
- protected native void readRecentFiles(KConfig arg1);
+ protected native void readRecentFiles(TDEConfig arg1);
/**
Saves the entries from the location combobox.
@short Saves the entries from the location combobox.
*/
- protected native void saveRecentFiles(KConfig arg1);
+ protected native void saveRecentFiles(TDEConfig arg1);
/**
Parses the string "line" for files. If line doesn't contain any ", the
whole line will be interpreted as one file. If the number of " is odd,