From ee92e7a8b9147ebdddef2f2bed08ca40233785c5 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 14 May 2014 18:04:38 +0200 Subject: [PATCH] Adjust to changes in KAboutData --- src/dolphinpart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 80517f06f5..479b809518 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -299,7 +299,7 @@ void DolphinPart::updatePasteAction() KAboutData* DolphinPart::createAboutData() { - return new KAboutData("dolphinpart", "dolphin", i18nc("@title", "Dolphin Part"), "0.1"); + return new KAboutData("dolphinpart", i18nc("@title", "Dolphin Part"), "0.1"); } bool DolphinPart::openUrl(const QUrl &url)