From 2fb1ed0d03dda186096172cb76aedfd5e3953f94 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:29:48 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- ark/extractiondialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ark') 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; -- cgit v1.2.1