From 2a86e0bf84f47bb377afdcfbc89f082bf1c44dd0 Mon Sep 17 00:00:00 2001 From: Chusslove Illich Date: Mon, 2 Jul 2007 08:49:20 +0000 Subject: Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, SIC. Most of the depending code has been auto-converted to new API. svn path=/trunk/KDE/kdebase/apps/; revision=682259 --- src/dolphinpart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinpart.cpp') 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) -- cgit v1.3