diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:29:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:29:48 -0600 |
commit | 2fb1ed0d03dda186096172cb76aedfd5e3953f94 (patch) | |
tree | b9754c7d27d6981c7a3800d3fc2eba9298145d04 /ark/extractiondialog.cpp | |
parent | 6ad068ea54051101d56514791a672144786c7063 (diff) | |
download | tdeutils-2fb1ed0d03dda186096172cb76aedfd5e3953f94.tar.gz tdeutils-2fb1ed0d03dda186096172cb76aedfd5e3953f94.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'ark/extractiondialog.cpp')
-rw-r--r-- | ark/extractiondialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/extractiondialog.cpp b/ark/extractiondialog.cpp index 9974252..ca82b56 100644 --- a/ark/extractiondialog.cpp +++ b/ark/extractiondialog.cpp @@ -153,7 +153,7 @@ void ExtractionDialog::accept() } // create directory using filename, make sure it has trailing slash p.adjustPath(1); - if( !KStandardDirs::makeDir( p.path() ) ) + if( !TDEStandardDirs::makeDir( p.path() ) ) { KMessageBox::error( this, i18n( "The folder could not be created. Please check permissions." ) ); return; |