summaryrefslogtreecommitdiffstats
path: root/knewstuff/knewstuffgeneric.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knewstuff/knewstuffgeneric.cpp')
-rw-r--r--knewstuff/knewstuffgeneric.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knewstuff/knewstuffgeneric.cpp b/knewstuff/knewstuffgeneric.cpp
index be1d404b2..aa94559b9 100644
--- a/knewstuff/knewstuffgeneric.cpp
+++ b/knewstuff/knewstuffgeneric.cpp
@@ -134,7 +134,7 @@ TQString KNewStuffGeneric::downloadDestination( KNS::Entry *entry )
{
TQString file = destinationPath(entry);
- if ( KStandardDirs::exists( file ) ) {
+ if ( TDEStandardDirs::exists( file ) ) {
int result = KMessageBox::warningContinueCancel( parentWidget(),
i18n("The file '%1' already exists. Do you want to overwrite it?")
.arg( file ),