diff options
Diffstat (limited to 'kdejava/koala/org/kde/koala/KTipDialog.java')
-rw-r--r-- | kdejava/koala/org/kde/koala/KTipDialog.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/KTipDialog.java b/kdejava/koala/org/kde/koala/KTipDialog.java index 5f3fc706..83d3b493 100644 --- a/kdejava/koala/org/kde/koala/KTipDialog.java +++ b/kdejava/koala/org/kde/koala/KTipDialog.java @@ -52,7 +52,7 @@ public class KTipDialog extends KDialog { this method with force=true. @param parent Parent widget of TipDialog. @param tipFile The name of the tip file. It has be relative to the "data" - resource of KStandardDirs + resource of TDEStandardDirs @param force If true, the dialog is show, even when the users disabled it. @short Shows a tip. @@ -65,7 +65,7 @@ public class KTipDialog extends KDialog { This method behaves essentially as the one above, but expects a list of tips @param parent Parent widget of TipDialog. @param tipFiles A List of tip files. Each has be relative to the "data" - resource of KStandardDirs + resource of TDEStandardDirs @param force If true, the dialog is show, even when the users disabled it. @short Shows a tip |