summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/jobclasses.h
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2014-03-14 16:32:22 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-03-14 16:32:22 +0100
commit6f5618209f0db9bd4ef170126ac618ecc7c68763 (patch)
tree73565124ca3be07f6e27dac4e3c8a81925d2cd69 /tdeio/tdeio/jobclasses.h
parentb3cefcf4edc472da6952d867c92692c25c3a8f49 (diff)
downloadtdelibs-6f5618209f0db9bd4ef170126ac618ecc7c68763.tar.gz
tdelibs-6f5618209f0db9bd4ef170126ac618ecc7c68763.zip
Fix stale tdeioslave spawned by kdirlister
This resolves Bug 1902
Diffstat (limited to 'tdeio/tdeio/jobclasses.h')
-rw-r--r--tdeio/tdeio/jobclasses.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/jobclasses.h b/tdeio/tdeio/jobclasses.h
index 75eb44e39..34efee582 100644
--- a/tdeio/tdeio/jobclasses.h
+++ b/tdeio/tdeio/jobclasses.h
@@ -1891,7 +1891,7 @@ namespace TDEIO {
* @param url the local url
* @param isLocal true if the returned URL is local, false if not
*/
- void localURL( TDEIO::Job *job, const KURL &url, bool isLocal );
+ void localURL( TDEIO::LocalURLJob *job, const KURL &url, bool isLocal );
protected slots:
void slotLocalURL( const KURL &url, bool isLocal );