┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinpart.cpp')
-rw-r--r--src/dolphinpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index 3a7c9b11b..2a766afd4 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -60,7 +60,7 @@ DolphinPart::~DolphinPart()
KAboutData* DolphinPart::createAboutData()
{
- return new KAboutData("dolphinpart", I18N_NOOP( "Dolphin Part" ), "0.1");
+ return new KAboutData("dolphinpart", 0, ki18n( "Dolphin Part" ), "0.1");
}
bool DolphinPart::openUrl(const KUrl& url)