diff options
Diffstat (limited to 'src/gvdirpart/gvdirpart.cpp')
-rw-r--r-- | src/gvdirpart/gvdirpart.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gvdirpart/gvdirpart.cpp b/src/gvdirpart/gvdirpart.cpp index 3f321e5..25d0a8a 100644 --- a/src/gvdirpart/gvdirpart.cpp +++ b/src/gvdirpart/gvdirpart.cpp @@ -140,10 +140,10 @@ void GVDirPart::partActivateEvent(KParts::PartActivateEvent* event) { } -KAboutData* GVDirPart::createAboutData() { - KAboutData* aboutData = new KAboutData( "gvdirpart", I18N_NOOP("GVDirPart"), +TDEAboutData* GVDirPart::createAboutData() { + TDEAboutData* aboutData = new TDEAboutData( "gvdirpart", I18N_NOOP("GVDirPart"), "0.1", I18N_NOOP("Image Browser"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 2004, Jonathan Riddell <jr@jriddell.org>"); return aboutData; } |