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.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/kdejava/koala/org/kde/koala/TDEApplication.java b/kdejava/koala/org/kde/koala/TDEApplication.java
index a78f0dcf..46df5158 100644
--- a/kdejava/koala/org/kde/koala/TDEApplication.java
+++ b/kdejava/koala/org/kde/koala/TDEApplication.java
@@ -27,7 +27,7 @@ import org.kde.qt.TQApplication;
<li>
It provides the application with KDE resources such as
- accelerators, common menu entries, a KConfig object. session
+ accelerators, common menu entries, a TDEConfig object. session
management events, help invocation etc.
</li>
@@ -173,12 +173,12 @@ public class TDEApplication extends TQApplication implements TDEInstanceInterfac
/**
Returns the application session config object.
@return A pointer to the application's instance specific
- KConfig object.
+ TDEConfig object.
@short Returns the application session config object.
- @see KConfig
+ @see TDEConfig
*/
- public native KConfig sessionConfig();
+ public native TDEConfig sessionConfig();
/**
Is the application restored from the session manager?
@return If true, this application was restored by the session manager.
@@ -962,7 +962,7 @@ public class TDEApplication extends TQApplication implements TDEInstanceInterfac
Raw access for use by TDM.
@short
*/
- public static native TQPalette createApplicationPalette(KConfig config, int contrast);
+ public static native TQPalette createApplicationPalette(TDEConfig config, int contrast);
/**
Installs a handler for the SIGPIPE signal. It is thrown when you write to
a pipe or socket that has been closed.
@@ -1025,14 +1025,14 @@ public class TDEApplication extends TQApplication implements TDEInstanceInterfac
public native KStandardDirs dirs();
/**
Returns the general config object ("appnamerc").
- @return the KConfig object for the instance.
+ @return the TDEConfig object for the instance.
@short Returns the general config object ("appnamerc").
*/
- public native KConfig config();
+ public native TDEConfig config();
/**
Returns the general config object ("appnamerc").
- @return the KConfig object for the instance.
+ @return the TDEConfig object for the instance.
@short Returns the general config object ("appnamerc").
*/