diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:16:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:16:17 -0600 |
commit | 5f3c4af105444b1cf4ea099910cad0b2c178954c (patch) | |
tree | 8b57ce38b5958f642e0a89951647ecd151656b75 /src/projects | |
parent | d012fd9b3d5f0e1553dfa8622e2905aa3e7fa90e (diff) | |
download | k3b-5f3c4af105444b1cf4ea099910cad0b2c178954c.tar.gz k3b-5f3c4af105444b1cf4ea099910cad0b2c178954c.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'src/projects')
-rw-r--r-- | src/projects/k3bprojectburndialog.cpp | 2 |
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; } |