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 6a37aa61d..c572f347d 100644 --- a/knewstuff/knewstuff.cpp +++ b/knewstuff/knewstuff.cpp @@ -72,7 +72,7 @@ void KNewStuff::download() TQString KNewStuff::downloadDestination( Entry * ) { return KGlobal::dirs()->saveLocation( "tmp" ) + - KApplication::randomString( 10 ); + TDEApplication::randomString( 10 ); } void KNewStuff::upload() |