From 7f35e423f4e31ec4f3adcf21efa4f7e7eb11aa3b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:25:37 -0600 Subject: Additional kde to tde renaming --- app_templates/kioslave/src/kioslave.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app_templates/kioslave/src') 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() -- cgit v1.2.1