From 5bca2e3e42d02f8fed9ffc399ea14f8a05694cb0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- tdecore/kaboutdata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/kaboutdata.h') diff --git a/tdecore/kaboutdata.h b/tdecore/kaboutdata.h index 525ed3c92..9fe8d8593 100644 --- a/tdecore/kaboutdata.h +++ b/tdecore/kaboutdata.h @@ -48,7 +48,7 @@ class KAboutDataPrivate; * about.addAuthor("Joe Developer", I18N_NOOP("developer"), "joe@host.com", 0); * about.addCredit("Joe User", I18N_NOOP("A lot of bug reports"), * "joe.user@host.org", 0); - * KCmdLineArgs::init(argc, argv, &about); + * TDECmdLineArgs::init(argc, argv, &about); * \endcode */ class TDECORE_EXPORT KAboutPerson @@ -173,7 +173,7 @@ private: * * Currently, the values set here are shown by the "About" box * (see KAboutDialog), used by the bug report dialog (see KBugReport), - * and by the help shown on command line (see KCmdLineArgs). + * and by the help shown on command line (see TDECmdLineArgs). * * @short Holds information needed by the "About" box and other * classes. -- cgit v1.2.1