summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KPanelApplet.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KPanelApplet.java')
-rw-r--r--kdejava/koala/org/kde/koala/KPanelApplet.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdejava/koala/org/kde/koala/KPanelApplet.java b/kdejava/koala/org/kde/koala/KPanelApplet.java
index e2b4885c..9852f593 100644
--- a/kdejava/koala/org/kde/koala/KPanelApplet.java
+++ b/kdejava/koala/org/kde/koala/KPanelApplet.java
@@ -178,14 +178,14 @@ public class KPanelApplet extends TQFrame {
*/
public native int heightForWidth(int width);
/**
- Always use this KConfig object to save/load your applet's configuration.
+ Always use this TDEConfig object to save/load your applet's configuration.
For unique applets this config object will write to a config file called
\<appletname\>rc in the user's local %KDE directory.
For normal applets this config object will write to a instance specific config file
called \<appletname\>\<instanceid\>rc in the user's local %KDE directory.
- @short Always use this KConfig object to save/load your applet's configuration.
+ @short Always use this TDEConfig object to save/load your applet's configuration.
*/
- public native KConfig config();
+ public native TDEConfig config();
// KSharedConfig::Ptr sharedConfig(); >>>> NOT CONVERTED
/**
@return Type indicating the applet's type.