From 87620f47926a6451accfd82c57558a99d1c4d21e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 11:11:11 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- kontact/src/aboutdialog.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kontact/src/aboutdialog.cpp') diff --git a/kontact/src/aboutdialog.cpp b/kontact/src/aboutdialog.cpp index faa2a244..f655ca69 100644 --- a/kontact/src/aboutdialog.cpp +++ b/kontact/src/aboutdialog.cpp @@ -106,11 +106,11 @@ void AboutDialog::addAboutData( const TQString &title, const TQString &icon, text = ""; - const TQValueList authors = about->authors(); + const TQValueList authors = about->authors(); if ( !authors.isEmpty() ) { text += i18n( "

Authors:

" ); - TQValueList::ConstIterator it; + TQValueList::ConstIterator it; for ( it = authors.begin(); it != authors.end(); ++it ) { text += formatPerson( (*it).name(), (*it).emailAddress() ); if ( !(*it).task().isEmpty() ) @@ -118,11 +118,11 @@ void AboutDialog::addAboutData( const TQString &title, const TQString &icon, } } - const TQValueList credits = about->credits(); + const TQValueList credits = about->credits(); if ( !credits.isEmpty() ) { text += i18n( "

Thanks to:

" ); - TQValueList::ConstIterator it; + TQValueList::ConstIterator it; for ( it = credits.begin(); it != credits.end(); ++it ) { text += formatPerson( (*it).name(), (*it).emailAddress() ); if ( !(*it).task().isEmpty() ) @@ -130,11 +130,11 @@ void AboutDialog::addAboutData( const TQString &title, const TQString &icon, } } - const TQValueList translators = about->translators(); + const TQValueList translators = about->translators(); if ( !translators.isEmpty() ) { text += i18n("

Translators:

"); - TQValueList::ConstIterator it; + TQValueList::ConstIterator it; for ( it = translators.begin(); it != translators.end(); ++it ) { text += formatPerson( (*it).name(), (*it).emailAddress() ); } -- cgit v1.2.3