summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/TDEMainWindow.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:20:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:20:12 -0600
commit67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d (patch)
tree07b85c0ecb70077c87f3b52207393a92c180f413 /kdejava/koala/org/kde/koala/TDEMainWindow.java
parentae2858133ebe92da16e5aab05f0b138de7cf514c (diff)
downloadtdebindings-67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d.tar.gz
tdebindings-67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d.zip
Rename many classes and header files to avoid conflicts with KDE4
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 ).