diff options
Diffstat (limited to 'knewstuff/knewstuff.cpp')
-rw-r--r-- | knewstuff/knewstuff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knewstuff/knewstuff.cpp b/knewstuff/knewstuff.cpp index c572f347d..6bfbb3333 100644 --- a/knewstuff/knewstuff.cpp +++ b/knewstuff/knewstuff.cpp @@ -71,7 +71,7 @@ void KNewStuff::download() TQString KNewStuff::downloadDestination( Entry * ) { - return KGlobal::dirs()->saveLocation( "tmp" ) + + return TDEGlobal::dirs()->saveLocation( "tmp" ) + TDEApplication::randomString( 10 ); } |