summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KStandardDirs.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
commit9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch)
treec81c34dae2b3b1ea73801bf18a960265dc4207f7 /kdejava/koala/org/kde/koala/KStandardDirs.java
parent1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff)
downloadtdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz
tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip
Initial TQt conversion
Diffstat (limited to 'kdejava/koala/org/kde/koala/KStandardDirs.java')
-rw-r--r--kdejava/koala/org/kde/koala/KStandardDirs.java6
1 files changed, 3 insertions, 3 deletions
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