diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 10:59:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 10:59:16 -0600 |
commit | 54e8e7815a7a14273cfc446d540b00298a97a2dc (patch) | |
tree | 357a1e87cda8dc9961b01810bf6b00513dcb4e06 /src/common/nokde/nokde_kcmdlineargs.cpp | |
parent | 5075b3a008195981bf4bea3e3e54df524883f06d (diff) | |
download | piklab-54e8e7815a7a14273cfc446d540b00298a97a2dc.tar.gz piklab-54e8e7815a7a14273cfc446d540b00298a97a2dc.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'src/common/nokde/nokde_kcmdlineargs.cpp')
-rw-r--r-- | src/common/nokde/nokde_kcmdlineargs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<KAboutPerson> authors = about->authors(); + const TQValueList<TDEAboutPerson> authors = about->authors(); if ( !authors.isEmpty() ) { TQString authorlist; - for (TQValueList<KAboutPerson>::ConstIterator it = authors.begin(); it != authors.end(); ++it ) { + for (TQValueList<TDEAboutPerson>::ConstIterator it = authors.begin(); it != authors.end(); ++it ) { TQString email; if ( !(*it).emailAddress().isEmpty() ) email = " <" + (*it).emailAddress() + ">"; |