summaryrefslogtreecommitdiffstats
path: root/src/common/nokde/nokde_kaboutdata.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:32 -0600
commit9ca7b92557f7d468f8d57838261f4bdddf6d70e0 (patch)
tree32f771932010128486ca695622f3255e17ee72f6 /src/common/nokde/nokde_kaboutdata.h
parent33294802d33c754914aa4c16de5efe26408e05ef (diff)
downloadpiklab-9ca7b92557f7d468f8d57838261f4bdddf6d70e0.tar.gz
piklab-9ca7b92557f7d468f8d57838261f4bdddf6d70e0.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/common/nokde/nokde_kaboutdata.h')
-rw-r--r--src/common/nokde/nokde_kaboutdata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/nokde/nokde_kaboutdata.h b/src/common/nokde/nokde_kaboutdata.h
index 94f6f2b..aec6575 100644
--- a/src/common/nokde/nokde_kaboutdata.h
+++ b/src/common/nokde/nokde_kaboutdata.h
@@ -57,7 +57,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);
*/
class TDECORE_EXPORT KAboutPerson
{
@@ -181,7 +181,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.