summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KTempDir.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KTempDir.java')
-rw-r--r--kdejava/koala/org/kde/koala/KTempDir.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdejava/koala/org/kde/koala/KTempDir.java b/kdejava/koala/org/kde/koala/KTempDir.java
index 542817bd..6c5c1c5d 100644
--- a/kdejava/koala/org/kde/koala/KTempDir.java
+++ b/kdejava/koala/org/kde/koala/KTempDir.java
@@ -2,7 +2,7 @@
package org.kde.koala;
import org.kde.qt.Qt;
-import org.kde.qt.QDir;
+import org.kde.qt.TQDir;
import org.kde.qt.QtSupport;
/**
@@ -81,13 +81,13 @@ public class KTempDir implements QtSupport {
*/
public native String name();
/**
- Returns the QDir of the temporary directory.
- @return QDir directory information of the directory or 0 if their is no managed directory
+ Returns the TQDir of the temporary directory.
+ @return TQDir directory information of the directory or 0 if their is no managed directory
The caller has to free the pointer open for writing to the
- @short Returns the QDir of the temporary directory.
+ @short Returns the TQDir of the temporary directory.
*/
- public native QDir qDir();
+ public native TQDir qDir();
/**
Deletes the directory recursively
@short Deletes the directory recursively