From f28181d83334f8ae8f61132f18785e696c062374 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Tue, 2 Jan 2007 09:16:36 +0000 Subject: SVN_SILENT make it compile (Dlg->Dialog) svn path=/trunk/playground/utils/dolphin/; revision=618826 --- src/dolphinview.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/dolphinview.cpp') diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 8fb16d1d5..4d6a9ed68 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include @@ -547,11 +547,11 @@ void DolphinView::rename(const KUrl& source, const QString& newName) if (destExists) { // the destination already exists, hence ask the user // how to proceed... - KIO::RenameDlg renameDialog(this, - i18n("File Already Exists"), - source.path(), - dest.path(), - KIO::M_OVERWRITE); + KIO::RenameDialog renameDialog(this, + i18n("File Already Exists"), + source.path(), + dest.path(), + KIO::M_OVERWRITE); switch (renameDialog.exec()) { case KIO::R_OVERWRITE: // the destination should be overwritten -- cgit v1.3