summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/StatusBarExtension.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/StatusBarExtension.java')
-rw-r--r--kdejava/koala/org/kde/koala/StatusBarExtension.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/StatusBarExtension.java b/kdejava/koala/org/kde/koala/StatusBarExtension.java
index 9b1369f5..720b1f16 100644
--- a/kdejava/koala/org/kde/koala/StatusBarExtension.java
+++ b/kdejava/koala/org/kde/koala/StatusBarExtension.java
@@ -58,7 +58,7 @@ public class StatusBarExtension extends TQObject {
*/
public native void removeStatusBarItem(TQWidget widget);
/**
- @return the statusbar of the KMainWindow in which this part is currently embedded.
+ @return the statusbar of the TDEMainWindow in which this part is currently embedded.
WARNING: this could return 0L
@short
@@ -67,7 +67,7 @@ public class StatusBarExtension extends TQObject {
/**
This allows the hosting application to set a particular KStatusBar
for this part. If it doesn't do this, the statusbar used will be
- the one of the KMainWindow in which the part is embedded.
+ the one of the TDEMainWindow in which the part is embedded.
Konqueror uses this to assign a view-statusbar to the part.
The part should never call this method!
@short This allows the hosting application to set a particular KStatusBar for this part.