diff options
Diffstat (limited to 'app_templates/kioslave/src/kioslave.py')
-rwxr-xr-x | app_templates/kioslave/src/kioslave.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app_templates/kioslave/src/kioslave.py b/app_templates/kioslave/src/kioslave.py index 63e34f0..641059a 100755 --- a/app_templates/kioslave/src/kioslave.py +++ b/app_templates/kioslave/src/kioslave.py @@ -18,7 +18,7 @@ # Import the required Qt and KDE modules. from qt import * from kio import * -from kdecore import * +from tdecore import * import os, time # For debugging purposes, import the sys and traceback modules. @@ -188,7 +188,7 @@ class SlaveClass(KIO.SlaveBase): ######################################################################## # KIO.SlaveBase method def listDir(self, url): - # The "url" argument is a kdecore.KURL object. + # The "url" argument is a tdecore.KURL object. self.debug("listDir: %s" % str(url.prettyURL(0))) self.openConnection() |