┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHrvoje Senjan <[email protected]>2014-05-14 18:04:38 +0200
committerHrvoje Senjan <[email protected]>2014-05-14 18:04:38 +0200
commitee92e7a8b9147ebdddef2f2bed08ca40233785c5 (patch)
treec4fec5a8557d18e47dd0054518acb20faa60e0b5 /src
parent4cf04b91dd8804f2536fc31ae2f1b486bfc8cf9c (diff)
Adjust to changes in KAboutData
Diffstat (limited to 'src')
-rw-r--r--src/dolphinpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index 80517f06f..479b80951 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)