summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:30:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:30:22 -0600
commitda4097d57f460eed4814a1c37fbb76a76e19d421 (patch)
treeb6ef741955039fd648b7c33964a080c8f240204e /lib
parenta6421d953bee2eafa951c8b72b367527800fef37 (diff)
downloadtdewebdev-da4097d57f460eed4814a1c37fbb76a76e19d421.tar.gz
tdewebdev-da4097d57f460eed4814a1c37fbb76a76e19d421.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'lib')
-rw-r--r--lib/compatibility/knewstuff/knewstuffgeneric.cpp2
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 ),