summaryrefslogtreecommitdiffstats
path: root/src/projects/k3bprojectburndialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/projects/k3bprojectburndialog.cpp')
-rw-r--r--src/projects/k3bprojectburndialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects/k3bprojectburndialog.cpp b/src/projects/k3bprojectburndialog.cpp
index 2547fef..bd8a16c 100644
--- a/src/projects/k3bprojectburndialog.cpp
+++ b/src/projects/k3bprojectburndialog.cpp
@@ -201,7 +201,7 @@ void K3bProjectBurnDialog::slotStartClicked()
if( !TQFile::exists( tempDir ) ) {
if( KMessageBox::warningYesNo( this, i18n("Image folder '%1' does not exist. Do you want K3b to create it?").arg( tempDir ) )
== KMessageBox::Yes ) {
- if( !KStandardDirs::makeDir( tempDir ) ) {
+ if( !TDEStandardDirs::makeDir( tempDir ) ) {
KMessageBox::error( this, i18n("Failed to create folder '%1'.").arg( tempDir ) );
return;
}