summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/TDEMainWindow.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/TDEMainWindow.java')
-rw-r--r--kdejava/koala/org/kde/koala/TDEMainWindow.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/TDEMainWindow.java b/kdejava/koala/org/kde/koala/TDEMainWindow.java
index f7e132e1..0d426bfe 100644
--- a/kdejava/koala/org/kde/koala/TDEMainWindow.java
+++ b/kdejava/koala/org/kde/koala/TDEMainWindow.java
@@ -269,7 +269,7 @@ public class TDEMainWindow extends TQMainWindow implements KXMLGUIBuilderInterfa
/**
Returns a pointer to the status bar.
If there is no status bar yet, one will be created.
- Note that tooltips for kactions in actionCollection() are not
+ Note that tooltips for tdeactions in actionCollection() are not
automatically connected to this statusBar.
See the TDEActionCollection documentation for more details.
@short Returns a pointer to the status bar.
@@ -406,7 +406,7 @@ public class TDEMainWindow extends TQMainWindow implements KXMLGUIBuilderInterfa
know when that status (hidden/shown) of the statusbar has changed.
For example:
connect(action, SIGNAL("activated()"),
- kmainwindow, SLOT("setSettingsDirty()"));
+ tdemainwindow, SLOT("setSettingsDirty()"));
Otherwise the status (hidden/show) of the statusbar might not be saved
by TDEMainWindow.
@short Sets whether TDEMainWindow should provide a menu that allows showing/hiding of the statusbar ( using TDEToggleStatusBarAction ).