summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/specialdates/specialdates_plugin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:15 -0600
commit5fc6f26e12b596addd235f87320c31761bd5a84d (patch)
tree0a1ff964c23fce07fc088017df4ad537d57e62e5 /kontact/plugins/specialdates/specialdates_plugin.cpp
parent12c8a23fe75817cb4bfcd604c1863266dd75e840 (diff)
downloadtdepim-5fc6f26e12b596addd235f87320c31761bd5a84d.tar.gz
tdepim-5fc6f26e12b596addd235f87320c31761bd5a84d.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kontact/plugins/specialdates/specialdates_plugin.cpp')
-rw-r--r--kontact/plugins/specialdates/specialdates_plugin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kontact/plugins/specialdates/specialdates_plugin.cpp b/kontact/plugins/specialdates/specialdates_plugin.cpp
index c71b9e722..f9d850acc 100644
--- a/kontact/plugins/specialdates/specialdates_plugin.cpp
+++ b/kontact/plugins/specialdates/specialdates_plugin.cpp
@@ -54,14 +54,14 @@ Kontact::Summary *SpecialdatesPlugin::createSummaryWidget( TQWidget *parentWidge
return new SDSummaryWidget( this, parentWidget );
}
-const KAboutData *SpecialdatesPlugin::aboutData()
+const TDEAboutData *SpecialdatesPlugin::aboutData()
{
if ( !mAboutData ) {
- mAboutData = new KAboutData( "specialdates",
+ mAboutData = new TDEAboutData( "specialdates",
I18N_NOOP( "Special Dates Summary" ),
"1.0",
I18N_NOOP( "Kontact Special Dates Summary" ),
- KAboutData::License_LGPL,
+ TDEAboutData::License_LGPL,
I18N_NOOP( "(c) 2004-2005 The KDE PIM Team" ) );
mAboutData->addAuthor( "Allen Winter", "Current Maintainer", "winter@kde.org" );
mAboutData->addAuthor( "Tobias Koenig", "", "tokoe@kde.org" );