summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/ReadWritePart.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/ReadWritePart.java')
-rw-r--r--kdejava/koala/org/kde/koala/ReadWritePart.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/ReadWritePart.java b/kdejava/koala/org/kde/koala/ReadWritePart.java
index 4aa0037e..652e58aa 100644
--- a/kdejava/koala/org/kde/koala/ReadWritePart.java
+++ b/kdejava/koala/org/kde/koala/ReadWritePart.java
@@ -52,7 +52,7 @@ public class ReadWritePart extends ReadOnlyPart {
public native boolean isModified();
/**
If the document has been modified, ask the user to save changes.
- This method is meant to be called from KMainWindow.queryClose().
+ This method is meant to be called from TDEMainWindow.queryClose().
It will also be called from closeURL().
@return true if closeURL() can be called without the user losing
important data, false if the user chooses to cancel.
@@ -74,7 +74,7 @@ public class ReadWritePart extends ReadOnlyPart {
/**
Call this method instead of the above if you need control if
the save prompt is shown. For example, if you call queryClose()
- from KMainWindow.queryClose(), you would not want to prompt
+ from TDEMainWindow.queryClose(), you would not want to prompt
again when closing the url.
Equivalent to promptToSave ? closeURL() : ReadOnlyPart.closeURL()
@short Call this method instead of the above if you need control if the save prompt is shown.