From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- kdejava/koala/org/kde/koala/KStandardDirs.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdejava/koala/org/kde/koala/KStandardDirs.java') diff --git a/kdejava/koala/org/kde/koala/KStandardDirs.java b/kdejava/koala/org/kde/koala/KStandardDirs.java index a8f5640e..1e64aeed 100644 --- a/kdejava/koala/org/kde/koala/KStandardDirs.java +++ b/kdejava/koala/org/kde/koala/KStandardDirs.java @@ -350,7 +350,7 @@ public class KStandardDirs implements QtSupport { and return all filenames in these directories. @param type The type of resource to locate directories for. @param filter Only accept filenames that fit to filter. The filter - may consist of an optional directory and a QRegExp + may consist of an optional directory and a TQRegExp wildcard expression. E.g. "images\.jpg". Use null if you do not want a filter. @param recursive Specifies if the function should decend @@ -373,7 +373,7 @@ public class KStandardDirs implements QtSupport { these directories. @param type The type of resource to locate directories for. @param filter Only accept filenames that fit to filter. The filter - may consist of an optional directory and a QRegExp + may consist of an optional directory and a TQRegExp wildcard expression. E.g. "images\.jpg". Use null if you do not want a filter. @param recursive Specifies if the function should decend @@ -646,7 +646,7 @@ public class KStandardDirs implements QtSupport { public static native String kfsstnd_defaultbindir(); /** Checks for existence and accessability of a file or directory. - Faster than creating a QFileInfo first. + Faster than creating a TQFileInfo first. @param fullPath the path to check. IMPORTANT: must end with a slash if expected to be a directory (and no slash for a file, obviously). @return true if the directory exists -- cgit v1.2.3