summaryrefslogtreecommitdiffstats
path: root/ark/extractiondialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ark/extractiondialog.cpp')
-rw-r--r--ark/extractiondialog.cpp2
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;