summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDialogBase.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KDialogBase.java')
-rw-r--r--kdejava/koala/org/kde/koala/KDialogBase.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdejava/koala/org/kde/koala/KDialogBase.java b/kdejava/koala/org/kde/koala/KDialogBase.java
index 092200c5..4e3a9c83 100644
--- a/kdejava/koala/org/kde/koala/KDialogBase.java
+++ b/kdejava/koala/org/kde/koala/KDialogBase.java
@@ -896,12 +896,12 @@ public class KDialogBase extends KDialog {
/**
read the dialogs size from the configuration according to the screen size.
If no size is saved for one dimension of the screen, sizeHint() is returned.
- @param config The KConfig object to read from
+ @param config The TDEConfig object to read from
@param groupName Name of the group to read from. The old group
of TDEGlobal.config is preserved.
@short read the dialogs size from the configuration according to the screen size.
*/
- public native TQSize configDialogSize(KConfig config, String groupName);
+ public native TQSize configDialogSize(TDEConfig config, String groupName);
/**
save the dialogs size dependant on the screen dimension either to the
global or application config file.
@@ -915,15 +915,15 @@ public class KDialogBase extends KDialog {
public native void saveDialogSize(String groupName);
/**
save the dialogs size dependant on the screen dimension.
- @param config The KConfig object to write to.
+ @param config The TDEConfig object to write to.
@param groupName The group to which the dialogs size is saved. See
configDialogSize to read the size.
@param global Set to true if the entry should go to the global config.
Default is false.
@short save the dialogs size dependant on the screen dimension.
*/
- public native void saveDialogSize(KConfig config, String groupName, boolean global);
- public native void saveDialogSize(KConfig config, String groupName);
+ public native void saveDialogSize(TDEConfig config, String groupName, boolean global);
+ public native void saveDialogSize(TDEConfig config, String groupName);
/**
Sets the appearance of the OK button.
If the default parameters are used