summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KIconLoader.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KIconLoader.java')
-rw-r--r--kdejava/koala/org/kde/koala/KIconLoader.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdejava/koala/org/kde/koala/KIconLoader.java b/kdejava/koala/org/kde/koala/KIconLoader.java
index 25235d6f..22586ca0 100644
--- a/kdejava/koala/org/kde/koala/KIconLoader.java
+++ b/kdejava/koala/org/kde/koala/KIconLoader.java
@@ -64,7 +64,7 @@ public class KIconLoader implements QtSupport {
@param appname Add the data directories of this application to the
icon search path for the "User" group. The default argument adds the
directories of the current application.
- @param dirs the KStandardDirs object to use. If null the global one is used
+ @param dirs the TDEStandardDirs object to use. If null the global one is used
Usually, you use the default iconloader, which can be accessed via
TDEGlobal.iconLoader(), so you hardly ever have to create an
iconloader object yourself. That one is the current TDEInstance's
@@ -73,10 +73,10 @@ public class KIconLoader implements QtSupport {
@see TDEGlobal#iconLoader
@see TDEInstance#iconLoader
*/
- public KIconLoader(String appname, KStandardDirs dirs) {
+ public KIconLoader(String appname, TDEStandardDirs dirs) {
newKIconLoader(appname,dirs);
}
- private native void newKIconLoader(String appname, KStandardDirs dirs);
+ private native void newKIconLoader(String appname, TDEStandardDirs dirs);
public KIconLoader(String appname) {
newKIconLoader(appname);
}
@@ -293,7 +293,7 @@ public class KIconLoader implements QtSupport {
from TDEGlobal will be taken.
@short Called by TDEInstance.newIconLoader to reconfigure the icon loader.
*/
- public native void reconfigure(String _appname, KStandardDirs _dirs);
+ public native void reconfigure(String _appname, TDEStandardDirs _dirs);
/**
Adds all the default themes from other desktops at the end of
the list of icon themes.