summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/TDEApplication.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/TDEApplication.java')
-rw-r--r--kdejava/koala/org/kde/koala/TDEApplication.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdejava/koala/org/kde/koala/TDEApplication.java b/kdejava/koala/org/kde/koala/TDEApplication.java
index b9b8c2c0..a78f0dcf 100644
--- a/kdejava/koala/org/kde/koala/TDEApplication.java
+++ b/kdejava/koala/org/kde/koala/TDEApplication.java
@@ -75,7 +75,7 @@ import org.kde.qt.TQApplication;
@short Controls and provides information to all KDE applications.
*/
-public class TDEApplication extends TQApplication implements KInstanceInterface {
+public class TDEApplication extends TQApplication implements TDEInstanceInterface {
protected TDEApplication(Class dummy){super((Class) null);}
public static final int ShiftModifier = 1<<0;
public static final int LockModifier = 1<<1;
@@ -980,11 +980,11 @@ public class TDEApplication extends TQApplication implements KInstanceInterface
/**
@short
*/
- public TDEApplication(boolean allowStyles, boolean GUIenabled, KInstanceInterface _instance) {
+ public TDEApplication(boolean allowStyles, boolean GUIenabled, TDEInstanceInterface _instance) {
super((Class) null);
newTDEApplication(allowStyles,GUIenabled,_instance);
}
- private native void newTDEApplication(boolean allowStyles, boolean GUIenabled, KInstanceInterface _instance);
+ private native void newTDEApplication(boolean allowStyles, boolean GUIenabled, TDEInstanceInterface _instance);
/**
This method is used internally to determine which edit slots are implemented
by the widget that has the focus, and to invoke those slots if available.
@@ -1057,10 +1057,10 @@ public class TDEApplication extends TQApplication implements KInstanceInterface
@short Returns the about data of this instance Warning, can be 0L
*/
- public native KAboutData aboutData();
+ public native TDEAboutData aboutData();
/**
Returns the name of the instance
- @return the instance name, can be null if the KInstance has been
+ @return the instance name, can be null if the TDEInstance has been
created with a null name
@short Returns the name of the instance