From 949de8193689ca683656ae666fda3e89f115567e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:27:40 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- kvoctrain/kvoctrain/kvtnewstuff.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kvoctrain') diff --git a/kvoctrain/kvoctrain/kvtnewstuff.cpp b/kvoctrain/kvoctrain/kvtnewstuff.cpp index 792ca63c..83bdd14a 100644 --- a/kvoctrain/kvoctrain/kvtnewstuff.cpp +++ b/kvoctrain/kvoctrain/kvtnewstuff.cpp @@ -57,7 +57,7 @@ TQString KVTNewStuff::destinationPath(KNS::Entry * entry) else { file = TQDir::home().path() + "/" + path + "/"; - KStandardDirs::makeDir(file); //ensure the directory exists + TDEStandardDirs::makeDir(file); //ensure the directory exists file += fileName; } return file; @@ -71,7 +71,7 @@ TQString KVTNewStuff::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?") -- cgit v1.2.1