summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDirOperator.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KDirOperator.java')
-rw-r--r--kdejava/koala/org/kde/koala/KDirOperator.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/kdejava/koala/org/kde/koala/KDirOperator.java b/kdejava/koala/org/kde/koala/KDirOperator.java
index c4942b78..a8eae95f 100644
--- a/kdejava/koala/org/kde/koala/KDirOperator.java
+++ b/kdejava/koala/org/kde/koala/KDirOperator.java
@@ -455,16 +455,16 @@ public class KDirOperator extends TQWidget {
@see #viewConfig
@see #viewConfigGroup
*/
- public native void setViewConfig(KConfig config, String group);
+ public native void setViewConfig(TDEConfig config, String group);
/**
- Returns the KConfig object used for saving and restoring view's
+ Returns the TDEConfig object used for saving and restoring view's
configuration.
- @return the KConfig object used for saving and restoring view's
+ @return the TDEConfig object used for saving and restoring view's
configuration.
- @short Returns the KConfig object used for saving and restoring view's configuration.
+ @short Returns the TDEConfig object used for saving and restoring view's configuration.
*/
- public native KConfig viewConfig();
+ public native TDEConfig viewConfig();
/**
Returns the group name used for saving and restoring view's
configuration.
@@ -487,16 +487,16 @@ public class KDirOperator extends TQWidget {
@see #setViewConfig
@see #writeConfig
*/
- public native void readConfig(KConfig arg1, String group);
- public native void readConfig(KConfig arg1);
+ public native void readConfig(TDEConfig arg1, String group);
+ public native void readConfig(TDEConfig arg1);
/**
Saves the current settings like sorting, simple or detailed view.
@short Saves the current settings like sorting, simple or detailed view.
@see #readConfig
@see #setViewConfig
*/
- public native void writeConfig(KConfig arg1, String group);
- public native void writeConfig(KConfig arg1);
+ public native void writeConfig(TDEConfig arg1, String group);
+ public native void writeConfig(TDEConfig arg1);
/**
This is a KFileDialog specific hack: we want to select directories with
single click, but not files. But as a generic class, we have to be able