diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:30:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:30:22 -0600 |
commit | da4097d57f460eed4814a1c37fbb76a76e19d421 (patch) | |
tree | b6ef741955039fd648b7c33964a080c8f240204e /lib/compatibility/knewstuff/knewstuffgeneric.cpp | |
parent | a6421d953bee2eafa951c8b72b367527800fef37 (diff) | |
download | tdewebdev-da4097d57f460eed4814a1c37fbb76a76e19d421.tar.gz tdewebdev-da4097d57f460eed4814a1c37fbb76a76e19d421.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'lib/compatibility/knewstuff/knewstuffgeneric.cpp')
-rw-r--r-- | lib/compatibility/knewstuff/knewstuffgeneric.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compatibility/knewstuff/knewstuffgeneric.cpp b/lib/compatibility/knewstuff/knewstuffgeneric.cpp index 9d516298..64b918d8 100644 --- a/lib/compatibility/knewstuff/knewstuffgeneric.cpp +++ b/lib/compatibility/knewstuff/knewstuffgeneric.cpp @@ -128,7 +128,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 override it?") .arg( file ), |