From 696e36a06178f50483432b9a8e806c4a1c530921 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 11:09:19 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- tdecore/kcmdlineargs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/kcmdlineargs.cpp') diff --git a/tdecore/kcmdlineargs.cpp b/tdecore/kcmdlineargs.cpp index 9617125a5..a1d3adcf9 100644 --- a/tdecore/kcmdlineargs.cpp +++ b/tdecore/kcmdlineargs.cpp @@ -607,10 +607,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.3