diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:27:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:27:40 -0600 |
commit | 949de8193689ca683656ae666fda3e89f115567e (patch) | |
tree | e4bb1b7141470b44afcc9d826aa75548faa52e47 /kvoctrain | |
parent | 9a22ee8ba6a3a310bab85ea82c8d9d68293b82c0 (diff) | |
download | tdeedu-949de8193689ca683656ae666fda3e89f115567e.tar.gz tdeedu-949de8193689ca683656ae666fda3e89f115567e.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kvoctrain')
-rw-r--r-- | kvoctrain/kvoctrain/kvtnewstuff.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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?") |