summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KStandardDirs.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KStandardDirs.java')
-rw-r--r--kdejava/koala/org/kde/koala/KStandardDirs.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdejava/koala/org/kde/koala/KStandardDirs.java b/kdejava/koala/org/kde/koala/KStandardDirs.java
index b153e7da..1039cba9 100644
--- a/kdejava/koala/org/kde/koala/KStandardDirs.java
+++ b/kdejava/koala/org/kde/koala/KStandardDirs.java
@@ -130,7 +130,7 @@ import java.util.ArrayList;
So while you had to .locate("data", "appname/filename") so you can
also write .locate("appdata", "filename") if your TDEApplication instance
is called "appname" (as set via TDEApplication's constructor or TDEAboutData, if
- you use the global KStandardDirs object KGlobal.dirs()).
+ you use the global KStandardDirs object TDEGlobal.dirs()).
Please note though that you cannot use the "appdata"
type if you intend to use it in an applet for Kicker because 'appname' would
be "Kicker" instead of the applet's name. Therefore, for applets, you've got
@@ -165,7 +165,7 @@ import java.util.ArrayList;
@author Stephan Kulow <coolo@kde.org> and Sirtaj Singh Kang <taj@kde.org>
@short Site-independent access to standard KDE directories.
- @see KGlobalSettings
+ @see TDEGlobalSettings
*/
public class KStandardDirs implements QtSupport {
@@ -224,7 +224,7 @@ public class KStandardDirs implements QtSupport {
The later a suffix is added, the higher its priority. Note, that the
suffix should end with / but doesn't have to start with one (as prefixes
should end with one). So adding a suffix for app_pics would look
- like KGlobal.dirs().addResourceType("app_pics", "share/app/pics");
+ like TDEGlobal.dirs().addResourceType("app_pics", "share/app/pics");
@param type Specifies a short descriptive string to access
files of this type.
@param relativename Specifies a directory relative to the root
@@ -394,7 +394,7 @@ public class KStandardDirs implements QtSupport {
It's a series of addResourceTypes()
and addPrefix() calls.
You normally wouldn't call this function because it's called
- for you from KGlobal.
+ for you from TDEGlobal.
@short This function adds the defaults that are used by the current KDE version.
*/
public native void addKDEDefaults();