From 7dc822e55421288a0c8a67ea8e85df5c5e50dace Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 2 Nov 2013 23:06:22 -0500 Subject: Remove botched transfer slave threading code This largely resolves Bug 1670 --- kget/main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'kget/main.cpp') diff --git a/kget/main.cpp b/kget/main.cpp index 1c1b9eb5..7f65e3f5 100644 --- a/kget/main.cpp +++ b/kget/main.cpp @@ -24,7 +24,6 @@ * ***************************************************************************/ - #include #include #include @@ -102,7 +101,7 @@ class KGetApp : public KUniqueApplication { private: TDEMainWidget *tdemainwidget; - + public: KGetApp() : KUniqueApplication() { @@ -171,7 +170,7 @@ public: for( int i=0; i < args->count(); ++i){ urls.append(KURL::fromPathOrURL( args->arg(i))); } - + // Sometimes valid filenames are not recognised by KURL::isLocalFile(), they are marked as invalid then if ( args->count()==2 && ( urls.last().isLocalFile() || !urls.last().isValid())) { -- cgit v1.2.1