diff options
Diffstat (limited to 'kontact/src/main.cpp')
-rw-r--r-- | kontact/src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kontact/src/main.cpp b/kontact/src/main.cpp index 54a586226..0fa50b213 100644 --- a/kontact/src/main.cpp +++ b/kontact/src/main.cpp @@ -74,7 +74,7 @@ class KontactApp : public KUniqueApplication { static void listPlugins() { - KInstance instance( "kontact" ); // Can't use KontactApp since it's too late for adding cmdline options + TDEInstance instance( "kontact" ); // Can't use KontactApp since it's too late for adding cmdline options KTrader::OfferList offers = KTrader::self()->query( TQString::fromLatin1( "Kontact/Plugin" ), TQString( "[X-TDE-KontactPluginVersion] == %1" ).arg( KONTACT_PLUGIN_VERSION ) ); @@ -144,8 +144,8 @@ int KontactApp::newInstance() int main( int argc, char **argv ) { - KAboutData about( "kontact", I18N_NOOP( "Kontact" ), version, description, - KAboutData::License_GPL, I18N_NOOP("(C) 2008-2010 The Trinity Desktop Project\n(C) 2001-2008 The Kontact developers"), 0, "http://trinity.pearsoncomputing.net" ); + TDEAboutData about( "kontact", I18N_NOOP( "Kontact" ), version, description, + TDEAboutData::License_GPL, I18N_NOOP("(C) 2008-2010 The Trinity Desktop Project\n(C) 2001-2008 The Kontact developers"), 0, "http://trinity.pearsoncomputing.net" ); about.addAuthor( "Daniel Molkentin", 0, "molkentin@kde.org" ); about.addAuthor( "Don Sanders", 0, "sanders@kde.org" ); about.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); |