From 54e8e7815a7a14273cfc446d540b00298a97a2dc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 10:59:16 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- src/common/nokde/nokde_kcmdlineargs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/nokde/nokde_kcmdlineargs.cpp') diff --git a/src/common/nokde/nokde_kcmdlineargs.cpp b/src/common/nokde/nokde_kcmdlineargs.cpp index 481f0b6..15fc238 100644 --- a/src/common/nokde/nokde_kcmdlineargs.cpp +++ b/src/common/nokde/nokde_kcmdlineargs.cpp @@ -632,10 +632,10 @@ TDECmdLineArgs::parseAllArgs() } else if ( ::qstrcmp( option, "author") == 0 ) { enable_i18n(); if ( about ) { - const TQValueList authors = about->authors(); + const TQValueList authors = about->authors(); if ( !authors.isEmpty() ) { TQString authorlist; - for (TQValueList::ConstIterator it = authors.begin(); it != authors.end(); ++it ) { + for (TQValueList::ConstIterator it = authors.begin(); it != authors.end(); ++it ) { TQString email; if ( !(*it).emailAddress().isEmpty() ) email = " <" + (*it).emailAddress() + ">"; -- cgit v1.2.1