summaryrefslogtreecommitdiffstats
path: root/kuiviewer/kuiviewer_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kuiviewer/kuiviewer_part.cpp')
-rw-r--r--kuiviewer/kuiviewer_part.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kuiviewer/kuiviewer_part.cpp b/kuiviewer/kuiviewer_part.cpp
index bd87a6ee..87b332ed 100644
--- a/kuiviewer/kuiviewer_part.cpp
+++ b/kuiviewer/kuiviewer_part.cpp
@@ -111,14 +111,14 @@ KUIViewerPart::~KUIViewerPart()
{
}
-KAboutData *KUIViewerPart::createAboutData()
+TDEAboutData *KUIViewerPart::createAboutData()
{
// the non-i18n name here must be the same as the directory in
// which the part's rc file is installed ('partrcdir' in the
// Makefile)
- KAboutData *aboutData = new KAboutData("kuiviewerpart", I18N_NOOP("KUIViewerPart"), "0.1",
+ TDEAboutData *aboutData = new TDEAboutData("kuiviewerpart", I18N_NOOP("KUIViewerPart"), "0.1",
I18N_NOOP("Displays Designer's UI files"),
- KAboutData::License_LGPL );
+ TDEAboutData::License_LGPL );
aboutData->addAuthor("Richard Moore", 0, "rich@kde.org");
aboutData->addAuthor("Ian Reinhart Geiser", 0, "geiseri@kde.org");
return aboutData;