summaryrefslogtreecommitdiffstats
path: root/ark/extractiondialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ark/extractiondialog.cpp')
-rw-r--r--ark/extractiondialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ark/extractiondialog.cpp b/ark/extractiondialog.cpp
index 0684ca1..f4b5196 100644
--- a/ark/extractiondialog.cpp
+++ b/ark/extractiondialog.cpp
@@ -48,7 +48,7 @@
#include <kurlpixmapprovider.h>
#include <kdebug.h>
-#include "artdeutils.h"
+#include "arkutils.h"
#include "settings.h"
ExtractionDialog::ExtractionDialog( TQWidget *parent, const char *name,
@@ -139,7 +139,7 @@ void ExtractionDialog::accept()
uc.setReplaceHome( true );
KURL p( uc.replacedPath( m_urlRequester->comboBox()->currentText() ) );
- //if p isn't local KIO and friends will complain later on
+ //if p isn't local TDEIO and friends will complain later on
if ( p.isLocalFile() )
{
TQFileInfo fi( p.path() );