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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/KDialogBase.java b/kdejava/koala/org/kde/koala/KDialogBase.java
index ec356f02..092200c5 100644
--- a/kdejava/koala/org/kde/koala/KDialogBase.java
+++ b/kdejava/koala/org/kde/koala/KDialogBase.java
@@ -889,7 +889,7 @@ 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 groupName Name of the group to read from. The old group
- of KGlobal.config is preserved.
+ of TDEGlobal.config is preserved.
@short read the dialogs size from the configuration according to the screen size.
*/
public native TQSize configDialogSize(String groupName);
@@ -898,7 +898,7 @@ public class KDialogBase extends KDialog {
If no size is saved for one dimension of the screen, sizeHint() is returned.
@param config The KConfig object to read from
@param groupName Name of the group to read from. The old group
- of KGlobal.config is preserved.
+ 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);