summaryrefslogtreecommitdiffstats
path: root/kuiviewer/kuiviewer_part.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:42 -0600
commit63bcbec9a09626ba09945de06b3eb74f50f3b228 (patch)
tree205df87b7ca9a12d3295653c8e4a0dd7283ea03a /kuiviewer/kuiviewer_part.cpp
parentcfe9ce987a45dd734b924ee4596946227a50609e (diff)
downloadtdesdk-63bcbec9a09626ba09945de06b3eb74f50f3b228.tar.gz
tdesdk-63bcbec9a09626ba09945de06b3eb74f50f3b228.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
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;