From 2d64b2449d56e321f34e90c842397f789735d550 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Thu, 27 Nov 2014 13:35:09 +0100 Subject: [PATCH] KUrl-- --- kmmainwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmmainwidget.cpp b/kmmainwidget.cpp index 7da1c91de..147661564 100644 --- a/kmmainwidget.cpp +++ b/kmmainwidget.cpp @@ -2385,7 +2385,7 @@ void KMMainWidget::slotSaveMsg() //----------------------------------------------------------------------------- void KMMainWidget::slotOpenMsg() { - KMOpenMsgCommand *openCommand = new KMOpenMsgCommand(this, KUrl(), overrideEncoding(), this); + KMOpenMsgCommand *openCommand = new KMOpenMsgCommand(this, QUrl(), overrideEncoding(), this); openCommand->start(); }