summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDirOperator.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:55:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:55:50 -0600
commit8cf73aaa26092026120d9e7a0cd15253d8d7a2f3 (patch)
tree9bce80bcc589641233365ad8177a3556c9c3cf47 /kdejava/koala/org/kde/koala/KDirOperator.java
parentc153d5f83c85f8c5971f2a013ab571d9d4ca1d8b (diff)
downloadtdebindings-8cf73aaa26092026120d9e7a0cd15253d8d7a2f3.tar.gz
tdebindings-8cf73aaa26092026120d9e7a0cd15253d8d7a2f3.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kdejava/koala/org/kde/koala/KDirOperator.java')
-rw-r--r--kdejava/koala/org/kde/koala/KDirOperator.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdejava/koala/org/kde/koala/KDirOperator.java b/kdejava/koala/org/kde/koala/KDirOperator.java
index 5543358e..711ad491 100644
--- a/kdejava/koala/org/kde/koala/KDirOperator.java
+++ b/kdejava/koala/org/kde/koala/KDirOperator.java
@@ -305,7 +305,7 @@ public class KDirOperator extends TQWidget {
*/
public native int numFiles();
/**
- @return a KCompletion object, containing all filenames and
+ @return a TDECompletion object, containing all filenames and
directories of the current directory/URL.
You can use it to insert it into a KLineEdit or KComboBox
Note: it will only contain files, after prepareCompletionObjects()
@@ -314,9 +314,9 @@ public class KDirOperator extends TQWidget {
@short
*/
- public native KCompletion completionObject();
+ public native TDECompletion completionObject();
/**
- @return a KCompletion object, containing only all directories of the
+ @return a TDECompletion object, containing only all directories of the
current directory/URL.
You can use it to insert it into a KLineEdit or KComboBox
Note: it will only contain directories, after
@@ -325,7 +325,7 @@ public class KDirOperator extends TQWidget {
@short
*/
- public native KCompletion dirCompletionObject();
+ public native TDECompletion dirCompletionObject();
/**
an accessor to a collection of all available Actions. The actions
are static, they will be there all the time (no need to connect to