summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KMainWindow.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KMainWindow.java')
-rw-r--r--kdejava/koala/org/kde/koala/KMainWindow.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/kdejava/koala/org/kde/koala/KMainWindow.java b/kdejava/koala/org/kde/koala/KMainWindow.java
index 78bc533b..babf9808 100644
--- a/kdejava/koala/org/kde/koala/KMainWindow.java
+++ b/kdejava/koala/org/kde/koala/KMainWindow.java
@@ -168,7 +168,7 @@ public class KMainWindow extends TQMainWindow implements KXMLGUIBuilderInterface
</pre>
@param aboutAppText The string that is used in the application
specific dialog box. If you leave this string empty the
- information in the global KAboutData of the
+ information in the global TDEAboutData of the
application will be used to make a standard dialog box.
@param showWhatsThis Set this to false if you do not want to include
the "What's This" menu entry.
@@ -796,8 +796,8 @@ public class KMainWindow extends TQMainWindow implements KXMLGUIBuilderInterface
public native boolean isDisposed();
public native KXMLGUIClientInterface builderClient();
public native void setBuilderClient(KXMLGUIClientInterface client);
- public native KInstanceInterface builderInstance();
- public native void setBuilderInstance(KInstanceInterface instance);
+ public native TDEInstanceInterface builderInstance();
+ public native void setBuilderInstance(TDEInstanceInterface instance);
public native TQWidget widget();
public native ArrayList containerTags();
/**
@@ -848,11 +848,11 @@ public class KMainWindow extends TQMainWindow implements KXMLGUIBuilderInterface
*/
public native KActionCollection actionCollection();
/**
- @return The instance ( KInstance ) for this GUI client.
+ @return The instance ( TDEInstance ) for this GUI client.
@short
*/
- public native KInstanceInterface instance();
+ public native TDEInstanceInterface instance();
/**
@return The parsed XML in a TQDomDocument, set by
setXMLFile() or setXML().
@@ -999,12 +999,12 @@ public class KMainWindow extends TQMainWindow implements KXMLGUIBuilderInterface
public native void prepareXMLUnplug(TQWidget arg1);
public static native String findMostRecentXMLFile(String[] files, StringBuffer doc);
/**
- Sets the instance ( KInstance) for this part.
+ Sets the instance ( TDEInstance) for this part.
Call this first in the inherited class constructor.
(At least before setXMLFile().)
- @short Sets the instance ( KInstance) for this part.
+ @short Sets the instance ( TDEInstance) for this part.
*/
- protected native void setInstance(KInstanceInterface instance);
+ protected native void setInstance(TDEInstanceInterface instance);
/**
Sets the name of the rc file containing the XML for the part.
Call this in the Part-inherited class constructor.