summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDirOperator.java
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:31:43 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:31:43 -0600
commit24b85b785334e8436c975a4323fcbb75d61f6e72 (patch)
tree95703ced216baabc95ecb169839c6f302bbcc5af /kdejava/koala/org/kde/koala/KDirOperator.java
parent5baaa6b5ff2b9d30279cf9e9658b9509fcdf884c (diff)
downloadtdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.tar.gz
tdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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