┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
diff options
context:
space:
mode:
authorChusslove Illich <[email protected]>2007-07-02 08:49:20 +0000
committerChusslove Illich <[email protected]>2007-07-02 08:49:20 +0000
commit2a86e0bf84f47bb377afdcfbc89f082bf1c44dd0 (patch)
tree3ae35701ed0d98c31c6cf73751cfc6e66162bee3 /src/dolphinpart.cpp
parent94cfa325caef933e833bf8a14ac323cec0f2d499 (diff)
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
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)